Search found 4 matches
- Mon Mar 22, 2010 7:31 am
- Forum: Scheme
- Topic: JazzScheme 2.3 release
- Replies: 0
- Views: 19116
JazzScheme 2.3 release
This is an announce for the release of JazzScheme 2.3 (www.jazzscheme.org). JazzScheme is a development system based on extending the Scheme programming language and the Gambit system. It includes a module system, hygienic macros, object-oriented programming, a full featured cross-platform applicati...
- Sat Jun 27, 2009 6:27 am
- Forum: Scheme
- Topic: Create executable using Gambit on Windows?
- Replies: 1
- Views: 7837
Re: Create executable using Gambit on Windows?
Your best bet is to send your question to Gambit's mailing list at [email protected]
- Fri Jan 09, 2009 10:08 am
- Forum: Common Lisp
- Topic: Languages implemented on Lisp?
- Replies: 10
- Views: 30161
Re: Languages implemented on Lisp?
Hi all, I'm interested in looking at some examples of language implementation on Common Lisp. Even toy languages would be fine (perhaps preferable). Mainly, I'm curious about the different strategies and patterns people employ to do this. I would guess that there are tons of DSLs on Lisp but a prel...
- Tue Sep 02, 2008 6:08 am
- Forum: Scheme
- Topic: Determining Scheme Implementation
- Replies: 1
- Views: 8097
Re: Determining Scheme Implementation
SRFI-0 http://srfi.schemers.org/srfi-0/ is what you are looking for. The purpose of this SRFI was amongst other things to solve the problem you are facing. As far as I know, all major Scheme implementations implement this SRFI. Here is sample usage for accessing global variables in Chicken and Gambi...