Hoot: Scheme on WebAssembly
spritely.institute
Hoot: Scheme on WebAssembly
1–10 of 49 posts
Re: Hoot: Scheme on WebAssembly
#2Re: Hoot: Scheme on WebAssembly
#3It's such an amazing project, I wish it used something other than Guile but you can't have everything.
Re: Hoot: Scheme on WebAssembly
#4It's such an amazing project, I wish it used something other than Guile but you can't have everything.
Other than Guile as in different Scheme implementations? It's usually not too difficult to port things between Schemes. Especially if you use standard R6RS or R7RS library syntax.
It got so bad I moved to racket as my daily driver.
Re: Hoot: Scheme on WebAssembly
#5Earlier quoted context omitted.
Other than Guile as in different Scheme implementations? It's usually not too difficult to port things between Schemes. Especially if you use standard R6RS or R7RS library syntax.
Guiles debugging has been a nightmare in the 3.x series. Which is rather surprising since it was probably the easiest scheme to debug in the 1.x days. It got so bad I moved to racket as my daily driver.
Re: Hoot: Scheme on WebAssembly
#6Earlier quoted context omitted.
Other than Guile as in different Scheme implementations? It's usually not too difficult to port things between Schemes. Especially if you use standard R6RS or R7RS library syntax.
Guiles debugging has been a nightmare in the 3.x series. Which is rather surprising since it was probably the easiest scheme to debug in the 1.x days. It got so bad I moved to racket as my daily driver.
Re: Hoot: Scheme on WebAssembly
#7It's such an amazing project, I wish it used something other than Guile but you can't have everything.
Other than Guile as in different Scheme implementations? It's usually not too difficult to port things between Schemes. Especially if you use standard R6RS or R7RS library syntax.
Re: Hoot: Scheme on WebAssembly
#8Earlier quoted context omitted.
Other than Guile as in different Scheme implementations? It's usually not too difficult to port things between Schemes. Especially if you use standard R6RS or R7RS library syntax.
Guiles debugging has been a nightmare in the 3.x series. Which is rather surprising since it was probably the easiest scheme to debug in the 1.x days. It got so bad I moved to racket as my daily driver.
I have my doubts, given its age.
Re: Hoot: Scheme on WebAssembly
#9Earlier quoted context omitted.
Guiles debugging has been a nightmare in the 3.x series. Which is rather surprising since it was probably the easiest scheme to debug in the 1.x days. It got so bad I moved to racket as my daily driver.
Can you say more? Guile's the only scheme I've tried (attempts at packaging for Guix). Debugging has been difficult, but I figured it was me struggling with new tools and API. Does racket have better facilities for introspection or discovery at the REPL?
It has a graphical experience similar to the survivors from Lisp is Great days, like LispWorks and Allegro Common Lisp, or Clojure with Cursive.