You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you familiar with the live-graphics-coding work that's been done with Racket? It would seem that you were already going towards this programming style of a purely functional, composable interaction API, but JavaScript can make that a bit of a pain sometimes.
Though there are a number of From-Scheme-To-JS transpilers that I'm sure would do well. Or perhaps what you really want is this style of API plus CoffeeScript.
Also, if all you care about is direct translation to JS, with no specific runtime characteristics (i.e. NOT how like ClojureScript include their own type system), building scheme-like languages is mostly just a for-loop over an array of Regex replace expressions: https://github.com/capnmidnight/brian/blob/master/web/loosp.js
No description provided.
The text was updated successfully, but these errors were encountered: