Search found 4 matches

by gcartier
Mon Mar 22, 2010 7:31 am
Forum: Scheme
Topic: JazzScheme 2.3 release
Replies: 0
Views: 18448

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...
by gcartier
Sat Jun 27, 2009 6:27 am
Forum: Scheme
Topic: Create executable using Gambit on Windows?
Replies: 1
Views: 7078

Re: Create executable using Gambit on Windows?

Your best bet is to send your question to Gambit's mailing list at [email protected]
by gcartier
Fri Jan 09, 2009 10:08 am
Forum: Common Lisp
Topic: Languages implemented on Lisp?
Replies: 10
Views: 25861

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...
by gcartier
Tue Sep 02, 2008 6:08 am
Forum: Scheme
Topic: Determining Scheme Implementation
Replies: 1
Views: 7108

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...