This was apropos two points made in this thread: - Clojure needing X from the runtime; my point here is that some Schemes may provide the things you'd demand from a native implementation: fast startup time, smallish binaries, etc., and even tail call optimization as a bonus, but also the drawbacks of a native implementation: mainly that you'd start with few libraries in comparison with the Java and JS implementations.
- A question about what would it take to make something like Clojurescript over again. This implementation illustrates that you can reuse a lot of the work that was put into Clojurescript for new implementations. IIRC this particular project petered out basically because the author didn't perceive much interest in this kind of thing from the Clojure community. If that ever changes this project or something similar could be a good starting point for native-ish implementations. domingo, 29 de Abril de 2018 às 03:56:27 UTC+2, Gregg Reynolds escreveu: > > > > On Sat, Apr 28, 2018 at 6:50 PM, Estevo U. C. Castro <eucc...@gmail.com > <javascript:>> wrote: > >> Just in case you hadn't heard of this: >> >> https://github.com/takeoutweight/clojure-scheme >> >> Thanks. Alas, most recent update seems to be 5 years ago. :( > > I know there have been some efforts along these lines but AFAIK they have > all petered out. Anybody have the latest dope? > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.