Re: WASM / Web Assembly ecl in a browser

2024-01-04 Thread Steven Githens
Hi all, Thanks for this thread, I've been very interested in getting my common lisp project to run in ECL and Emscripten.  A little before the release, I managed to hack my way through the instructions to get an ECL Emscripten build working with the dialog prompted ECL terminal.  I'd like to

Re: WASM / Web Assembly ecl in a browser

2023-12-31 Thread Marius Gerbershagen
Dear Jon, interacting between Lisp and javascript in a browser can be done by directly calling functions from ECL's C interface from javascript or vice-versa using the available methods to call javascript from C and ECL's C foreign function interface. A description for how to call C from java

Re: WASM / Web Assembly ecl in a browser

2023-12-30 Thread Jón Hallur Haraldsson
Awesome, thanks for the info! On Sat, 30 Dec 2023 at 13:50, Daniel Kochmański wrote: > Hey, > > I've only made a puny javascript thing, but it is possible to have a > "normal" repl. I've been approached by the author of "eclweb" - this person > used xterm magic to make it more compelling: > > ht

Re: WASM / Web Assembly ecl in a browser

2023-12-30 Thread Daniel Kochmański
Hey, I've only made a puny javascript thing, but it is possible to have a "normal" repl. I've been approached by the author of "eclweb" - this person used xterm magic to make it more compelling: https://opensource.chee.party/chee/eclweb There's also an online repl: https://repl.chee.party/ I