Ikarus: A compiler for R6RS Scheme.
Ikarus is a free optimizing incremental native-code compiler for R6RS Scheme.
Ikarus is free to download, to distribute, to modify, and to redistribute. The complete source is available according to the GNU General Public Licence (GPL3).
Ikarus is an optimizing compiler, so your Scheme code will run fast without the need to port hot spots to C "for performance". With an incremental compiler, you don't need a separate compilation step to make your program run fast. The best part is that the compiler itself is fast, capable of compiling thousands of lines of code per second.
Finally, Ikarus is an R6RS compiler. R6RS is the latest revision of the Scheme standard. The current release of Ikarus supports the most important features R6RS. R6RS libraries, scripts, record types, condition system, exception handling, unicode strings, bytevectors, hashtable, and enumerations are among the fully supported features.
To subscribe to the ikarus-users mailing list, go to
http://
For the archives, visit
http://
View full history Series and milestones
0.0 series is the current focus of development.
All code Code
- Version control system:
- Bazaar
- Programming languages:
- Scheme, R6RS
All questions Latest questions
All packages Packages in Distributions
-
ikarus source package in Xenial
Version 0.0.3+bzr.2010.01.26-4 uploaded -
ikarus source package in Trusty
Version 0.0.3+bzr.2010.01.26-2 uploaded -
ikarus source package in Mantic
Version 0.0.3+bzr.2010.01.26+bap.1-1 uploaded -
ikarus source package in Lunar
Version 0.0.3+bzr.2010.01.26+bap.1-1 uploaded -
ikarus source package in Kinetic
Version 0.0.3+bzr.2010.01.26+bap.1-1 uploaded
All bugs Latest bugs reported
-
Bug #1173808: Release 0.0.3 - mmap failure under Cygwin (Windows 7)
Reported -
Bug #886314: fxbit-set? has a new definition
Reported -
Bug #863704: Unary division doesn't handle inexact complex numbers
Reported -
Bug #863695: Can't read complex numbers like 1@1/3
Reported -
Bug #831582: (/ -3/8) => 8/-3, (= 8/-3 (/ -3/8)) => #f
Reported