29
I Use This!
Low Activity

News

Analyzed 1 day ago. based on code collected 1 day ago.
Posted over 4 years ago by juergen
procedural-macros 1.1 with patches by Diego
Posted over 4 years ago by megane
(module m * (import scheme (chicken base) (chicken string) (chicken type) (chicken foreign)) (define-foreign-type foo int identity ->string) ;; inch gets annotated with type (procedure () fixnum) when the ... [More] ;; return type should be whatever the retconvert argument to ;; define-foreign-type returns (string in this case) (define inch (foreign-lambda foo "rand")) (let ((v (inch))) (compiler-typecase v (fixnum (print (add1 (the * v))))))) => ;; Error: (+) bad argument type - not a number: "92475436" ;; ;; Call history: ;; ;; ncurses.scm:3: ##sys#with-environment ;; ncurses.scm:3: ##sys#register-compiled-module ;; ncurses.scm:15: g14 <-- [Less]
Posted over 4 years ago by svnwiki
Anonymous wiki edit for IP [96.83.95.49]:
Posted over 4 years ago by wasamasa
Release 2.0.4
Posted over 4 years ago by wasamasa
Release 2.0.4
Posted over 4 years ago by wasamasa
Convert build script to Scheme
Posted over 4 years ago by Kon Lovett
rel 1.2.1
Posted over 4 years ago by Kon Lovett
rm inline
Posted over 4 years ago by megane
Compiling this with -inline sends the optimizer into some loop that eventually exhausts the heap. Fails with 4.13.0 too. (module m1 (foo) (import scheme) (define (foo x) (bar x)) (define (bar x) (if (null? x) x (bar (cdr x)))))
Posted over 4 years ago by Jim Ursetto
wiki/atom: update to 0.1.4