logoalt Hacker News

A pure scheme web programming tool

95 pointsby guenchitoday at 12:57 AM22 commentsview on HN

Comments

trescenzitoday at 2:16 AM

Hoot[1] already exists and does a very good job of running scheme in web assembly. Everything Spritely is working on is pretty cool.

1: https://spritely.institute/hoot/

show 3 replies
compacct27today at 1:59 AM

This really gets at the issue with JavaScript in the age of AI: it’s just not a terribly statically verifiable language, and DOM work is incredibly prone to failing silently while the app itself is clearly not working. We’ve had to paper over it with TypeScript and frameworks that impose constraints just to stop several classes of bugs, and even then it doesn’t go terribly well.

The flip side is that AI is making the underlying code more like a..compilation target? At least in the sense that, yes, as this site mentions, Scheme is ugly to read and would be hell to write the old way, but with the new way..maybe we can try because it would give us what native JavaScript and the latest browser standards never could: reliability

show 5 replies
bramadityawtoday at 2:04 AM

I tried to edit the Scheme source but it seems to have a bug where every editing action seems to happen a row above of where the cursor is.

show 3 replies
papaver-somnambtoday at 4:26 AM

Bravo! If only Clojure(Script) did this. There is a real need to reduce the size of compiled JS delivered to the browser and eliminate legacy dependency on goog.

koolalatoday at 2:34 AM

Pretty slick it has Three.js built in. I've not sure I've seen that in a language before in the standard library.

show 1 reply
guenchitoday at 6:08 AM

38.2 kB / 75ms you have syntax-case in browser

guenchitoday at 12:57 AM

1 Self hosting in browser with hygienic macros 2 handle HTML and CSS like Scheme (Expand with macro) 3 Use S-expr to send / receive message with server

show 1 reply
phpisatrashtoday at 4:50 AM

[flagged]

genxytoday at 6:15 AM

Neat project but the AI writing is a turn off. Could use a whole lot less "honest residue".