https://github.com/WLJSTeam/wl-wlx
Wolfram Language XML syntax extension (a superset of WL and XML) for building web-apps
https://github.com/WLJSTeam/wl-wlx
template-engine webdevelopment wolfram-language xml
Last synced: 10 days ago
JSON representation
Wolfram Language XML syntax extension (a superset of WL and XML) for building web-apps
- Host: GitHub
- URL: https://github.com/WLJSTeam/wl-wlx
- Owner: WLJSTeam
- Created: 2023-07-25T15:56:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2026-05-18T11:08:22.000Z (about 1 month ago)
- Last Synced: 2026-06-01T13:26:04.972Z (29 days ago)
- Topics: template-engine, webdevelopment, wolfram-language, xml
- Language: Wolfram Language
- Homepage:
- Size: 2.37 MB
- Stars: 17
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Wolfram Language XML
⚠️ __This library now is a part of__ [WLJS Notebook](https://wljs.io)

*A syntax extension for Wolfram Language that lets you write HTML markup inside a Wolfram Language Script similar to JSX. A successor of [JerryI/WSP](https://github.com/JerryI/wl-wsp).*
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
```jsx
Heading[Text_] :=
;
Hello World
```
## License
GNU AGPL