Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
Niidae Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Gauche (Scheme implementation)
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==Features== *Quick startup - Gauche includes common features in its executable, while less common functions are in libraries which are loaded on demand. *Module system - A simple module system, API compatible to [[STklos]]. *Object system - [[CLOS]]-like object system with [[metaobject protocol]]. Almost API compatible to [[STklos]]. It is also similar to [[GNU Guile|Guile]]'s object system. *Native multilingual support - Strings are represented by multibyte string internally. You can use UTF-8, EUC-JP, Shift-JIS or no multibyte encoding. Conversion between native coding system and external coding system is supported by port objects. *Multibyte regexp - Regular expression matcher is aware of multibyte string; you can use multibyte characters both in patterns and matched strings. *Built-in system interface - Gauche has built-in support for most POSIX.1 system calls. *Network interface - Has API for socket-based network interface, including IPv6 if the OS supports it. *Multithreading - Multithreading is supported on top of pthreads. Scheme-level API conforms to SRFI-18. *DBM interface - Interfaces to dbm, ndbm and/or gdbm. *XML parsing - Oleg Kiselyov's SXML tools are included.
Summary:
Please note that all contributions to Niidae Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Encyclopedia:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
Gauche (Scheme implementation)
(section)
Add topic