Skip to content

Commit

Permalink
fixed README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pannous committed Dec 2, 2024
1 parent e6e411c commit 607f0a6
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

**[Wasp](https://github.com/pannous/wasp/wiki)** is a new unified notation for both markup/object data and code.
Wasp is the foundation layer of the higher order programming language [angle](https://github.com/pannous/wasp/wiki).
[//]: # (https://github.com/pannous/angle)
<!-- https://github.com/pannous/angle -->

«Data is Code and Code is Data»

## [Wasp Syntax](https://github.com/pannous/wasp/wiki/syntax)

For example, a HTML registration form:
For example, an HTML registration form:

```html
<form>
Expand Down Expand Up @@ -38,6 +38,16 @@ form{
}
```

Html is just an arbitrary example of structured data, wasp can represent any data, like json, xml, yaml,
s-expressions...
The difference from passive data is that Wasp is fully typed and also used for active data, such as code.

## Online Demo

[wasp.pannous.com](https://wasp.pannous.com)

## Runtime

The wasp runtime is available as

* native **binary** for Mac, Linux and Windows
Expand Down

0 comments on commit 607f0a6

Please sign in to comment.