An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Wolfram Language XML

⚠️ __This library now is a part of__ [WLJS Notebook](https://wljs.io)

![](logo.png)

*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