
@mflatt When I run make run
, I get this error:

[samth@huor:~/.../racket/src/cs (master) racket7] make run
scheme --script main.so ../../bin/racket
Welcome to Racket v0.1 [cs]
attempt to apply non-procedure #[#{parameter b4klxzbvxadhmddut8x834-1120} #<procedure at parameter.ss:1138>]
context...:
main.sps:75:4

I’ll push a repair in a while, but "http://main.ss\|main.ss" needs \|#%app\|
before current-library-collection-links
and current-library-collection-paths
and maybe other things

ok

I got it to work (to another error), should I push those fixes?

I can now run a trivial racket file :slightly_smiling_face:

I pushed the necessary \|#%app\|

@spall doing make run ARGS="-t x.rkt"
now works for me

``` gives the following error
scheme —script main.so ../../bin/racket -t ../thread/demo.rkt /home/spall/iu/hash-tables/racket7/racket/src/thread/bootstrap.rkt:50:30: error-display-handler: unbound identifier in: error-display-handler ```

Am I running the demo wrong? missing a package?

@mflatt @samth

That one assumes running in Racket; there’s a separate one in “cs/demo/thread.ss”; use make thread-demo

ok thanks