Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Gauche (Scheme implementation)
(section)
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.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)