AI has a perfect detection rate for condition that cause blindness in preemies
news.ohsu.edu1 pointsby leanthonyrn0 comments
This is would be a great project to provide a mature Lisp that developers could use to target WebAssembly. Guile Scheme is an amazing Lisp to utilize for this purpose. Here are some other Lisp-to-Wasm type projects from my brief search.
-The Wisp project to compile Lisp-to-Wasm:
https://github.com/mbrock/wisp Thank you for your work. When trying to teach my child basic coding concepts along with their math homework, the barrier often is the IDE.
The web-based staring point is incredibly useful. Fire up the web browser and show the math example is excellent. I have started using the web-based Pyret with my 9-year-old. As we do her math, we mirror the math and geometry problems and solve them in the browser environment. The simplicity to code, run, eval is key.
https://www.pyret.org I was thinking about this the other day. How can I expose my Common Lisp code to Julia.
1. You could take the Clasp path by exposing CL to C++. https://youtu.be/8X69_42Mj-g This means taking / writing a CL in Julia.
2. Julia has an AST representation written in femtolisp. So it would be in interesting target for CL or some glue middle language like Shen. http://www.shenlanguage.org/
https://youtu.be/lMcRBdSdO_U