Skip to content

Latest commit

 

History

110 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wolfram Language XML

⚠️ This library now is a part of WLJS Notebook

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.

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_] := <h2 class="tracking-tight"><Text/></h2>;

<body>                                   
    <Heading>
        Hello World
    </Heading>
</body>

License

GNU AGPL

About

Wolfram Language XML syntax extension (a superset of WL and XML) for building web-apps

Topics

Resources

Stars

17 stars

Watchers

2 watching

Forks

Sponsor this project

Contributors

Languages