- Notifications
You must be signed in to change notification settings - Fork3
Wolfram Language XML syntax extension (a superset of WL and XML) for building web-apps
License
NotificationsYou must be signed in to change notification settings
JerryI/wl-wlx
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A syntax extension for Wolfram Language that lets you write HTML markup inside a Wolfram Language Script similar to JSX. A successor ofJerryI/WSP.
Open-source and free (together with Wolfram Engine)
SeeDOCS 💫
WLX produces regular Wolfram Expressions, that can be used to make components, building blocks for GUI, and advanced data representation using modern tools like HTML/CSS and Javascript
Heading[Text_] :=<h2class="tracking-tight"><Text/></h2>;<body><Heading> Hello World</Heading></body>
Combinning it together withWLJS Interpreter andHTTP server, one can make quite complicated web-aplications like this one
SeeDOCS
GNU GPLv3
About
Wolfram Language XML syntax extension (a superset of WL and XML) for building web-apps