File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ 0.7
2
+
3
+ * Works with Shen 15.
4
+
1
5
0.6
2
6
3
7
* Works with Shen 13.
Original file line number Diff line number Diff line change 1
1
(set ($$quote *language*) " Scheme" )
2
2
(set ($$quote *implementation*) " chibi-scheme" )
3
- (set ($$quote *port*) " 0.6 " )
3
+ (set ($$quote *port*) " 0.7 " )
4
4
(set ($$quote *porters*) " Bruno Deferrari" )
5
5
(set ($$quote *stinput*) ($$current-input-port))
6
6
(set ($$quote *stoutput*) ($$current-output-port))
Original file line number Diff line number Diff line change 67
67
($$for-each $$display ($$list " Loading " filename " ...\n " ))
68
68
($$for-each eval-kl ($$read-kl-file filename)))
69
69
70
+ ; ; Avoid warning about shen.demod not being defined yet
71
+ (defun shen.demod (Val) Val)
72
+
70
73
($$eval-kl-file " toplevel.kl" )
71
74
($$eval-kl-file " core.kl" )
72
75
Original file line number Diff line number Diff line change 342
342
intern 1 identical 4 inferences 0 input 1 input+ 2 implementation 0 intersection 2 kill 0 language 0
343
343
length 1 lineread 1 load 1 < 2 <= 2 vector 1 macroexpand 1 map 2 mapcan 2 maxinferences 1 not 1 nth 2
344
344
n->string 1 number? 1 occurs-check 1 occurrences 2 occurs-check 1 optimise 1 or 2 os 0 package 3 port 0
345
- porters 0 pos 2 print 1 profile 1 profile-results 0 pr 2 ps 1 preclude 1 preclude-all-but 1 protect 1
345
+ porters 0 pos 2 print 1 profile 1 profile-results 1 pr 2 ps 1 preclude 1 preclude-all-but 1 protect 1
346
346
address-> 3 put 4 reassemble 2 read-file-as-string 1 read-file 1 read 1 read-byte 1 read-from-string 1
347
347
release 0 remove 2 reverse 1 set 2 simple-error 1 snd 1 specialise 1 spy 1 step 1 stinput 0 stoutput 0
348
348
string->n 1 string->symbol 1 string? 1 strong-warning 1 subst 3 sum 1 symbol? 1 tail 1 tl 1 tc 1 tc? 0
You can’t perform that action at this time.
0 commit comments