lcaml for the web!
  • Python 82.1%
  • JavaScript 13.2%
  • HTML 4.7%
Find a file
2025-01-06 18:22:09 +01:00
.idea lcaml in the browser! made an lcaml library called wcaml that is automatically added by lcaml_main.py, gives you access to the dom and some other js features from lcaml. 2024-11-26 01:39:44 +01:00
docs lots of progress, bug fixes, testing, etc. made a full website that actually works with lcaml.js now 2024-11-28 23:45:12 +01:00
lcaml_py_repo@ca2cd3e137 new lcaml_py version 2024-12-06 11:59:05 +01:00
templates tiny bugfix in wcaml and explicitly take allowed brython parameters as initLcaml parameters 2025-01-06 18:22:09 +01:00
todo lots of progress, bug fixes, testing, etc. made a full website that actually works with lcaml.js now 2024-11-28 23:45:12 +01:00
.gitmodules lcaml in the browser! made an lcaml library called wcaml that is automatically added by lcaml_main.py, gives you access to the dom and some other js features from lcaml. 2024-11-26 01:39:44 +01:00
app.py typo in app.py 2024-12-05 08:48:44 +01:00
lcaml.js tiny bugfix in wcaml and explicitly take allowed brython parameters as initLcaml parameters 2025-01-06 18:22:09 +01:00
lcaml_main.py lots of progress, bug fixes, testing, etc. made a full website that actually works with lcaml.js now 2024-11-28 23:45:12 +01:00
README.md lcaml in the browser! made an lcaml library called wcaml that is automatically added by lcaml_main.py, gives you access to the dom and some other js features from lcaml. 2024-11-26 01:39:44 +01:00
wcaml.py tiny bugfix in wcaml and explicitly take allowed brython parameters as initLcaml parameters 2025-01-06 18:22:09 +01:00

lcaml.js

LCaml for the web!

wcaml

An LCaml library automatically added to the context of any script by the lcaml.js main interpreter brython script.

how to use

See docs/!