Abdulaziz Ghuloum
|
4143501988
|
* Added ~% to the format metas.
* Exported string->list.
|
2006-12-06 18:26:37 -05:00 |
Abdulaziz Ghuloum
|
7ecb397ec7
|
Modified the writer so that it checks for hash tables before
records. Now hash tables print as #<hash-table> instead of
#["hash-table" junk].
|
2006-12-04 09:57:30 -05:00 |
Abdulaziz Ghuloum
|
ab6c87b71f
|
added $closure-code system primitive that returns the code of a closure
|
2006-12-04 09:54:28 -05:00 |
Abdulaziz Ghuloum
|
d1cbb8ce2e
|
Write displays "\r" properly.
|
2006-12-02 16:07:51 -05:00 |
Abdulaziz Ghuloum
|
8642ac5305
|
* Write now displays "\n" properly.
|
2006-12-02 15:58:41 -05:00 |
Abdulaziz Ghuloum
|
fa1141b57d
|
renamed current-error-handler to error-handler
|
2006-12-02 06:26:05 -05:00 |
Abdulaziz Ghuloum
|
431ea890a3
|
* bug fix: Formatted output now flushes the output port.
* --script now takes a required script name as an argument.
|
2006-12-02 05:56:42 -05:00 |
Abdulaziz Ghuloum
|
cfc1fcdb37
|
* Added a --script option to ikarus. If --script is passed as an
argument, then the greeting is suppressed and no cafe is entered.
* Example 1 (non-script): script.ss contains
#!/usr/bin/ikarus
(display "Hello Script\n")
$ ./script.ss
Ikarus Scheme (Build 2006-12-02)
Copyright (c) 2006 Abdulaziz Ghuloum
Hello Script
>
* Example 2 (script): script.ss contains
#!/usr/bin/ikarus --script
(display "Hello Script\n")
$ ./script.ss
Hello Script
$
|
2006-12-02 05:28:11 -05:00 |
Abdulaziz Ghuloum
|
5bb14cad6e
|
renamed:
runtime => bin
src => lib
|
2006-12-01 10:40:21 -05:00 |