atlas-engineer / cl-electron

Lisp Interface to Electron.
BSD 3-Clause "New" or "Revised" License
18 stars 2 forks source link

Alternative architecture #46

Open aadcg opened 3 months ago

aadcg commented 3 months ago

Instead of relying on eval from server.js, we could use Node's REPL library.

It would have saved us from the %quote-js and other quirks. Let's keep the idea in the back of our heads and commit to it if we find more issue along the way.