summaryrefslogtreecommitdiff
path: root/lang/ikarus (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make NO_PACKAGE unconditional, as it's already only for i386.Erwin Lansing2009-05-191-4/+1
| | | | | | | Submitted by: pointyhat Notes: svn path=/head/; revision=234210
* - Chase math/libgmp4 shlib bumpPav Lucistnik2009-05-141-2/+2
| | | | | | | | Reported by: pointyhat Pointy hat to: ale Notes: svn path=/head/; revision=233892
* - Prevent package building on i386/6.x pointyhat, due to lack of requiredGreg Larkin2009-05-091-0/+5
| | | | | | | | | | CPU SSE instruction set. - Bumped PORTREVISION Suggested by: erwin Notes: svn path=/head/; revision=233560
* Ikarus Scheme is a free optimizing incremental native-code compilerGreg Larkin2009-04-297-0/+107
for Scheme as specified in the Revised^6 Report on the Algorithmic Language Scheme. Ikarus Scheme 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 Scheme is an R6RS compiler. R6RS libraries, scripts, record types, condition system, exception handling, unicode strings, bytevectors, hashtable, and enumerations are among the supported features. WWW: http://www.ikarus-scheme.org/ Notes: svn path=/head/; revision=232947