Skip to content

Commit 35c1f88

Browse files
authored
Update README.md
1 parent af1d726 commit 35c1f88

1 file changed

Lines changed: 13 additions & 7 deletions

File tree

README.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
# ABCode Programming Language - Version 1 (Preview/Alpha)
22

33
> Mitigating the Software Tower of Babel to a great degree
4-
> **EXPERIMENTAL**
4+
> **ABCode Compiler** - **EXPERIMENTAL** - [v0.1.0](https://github.com/kaesar/abcode/releases)
55
6-
![](./img/abcode-logo.png)
6+
![](https://onmind.co/assets/slides/abcode-logo.png)
77

8-
![](./img/onmind22-abcode.gif)
8+
![](https://onmind.co/assets/slides/onmind22-abcode.gif)
9+
10+
Just uncompress and run something like...
11+
12+
```bash
13+
./abcodec -s abc/hello.abc
14+
```
15+
16+
> See here better: [ABCode Programming Language](https://onmind.co/doc/code/en/ABCode.md)
917
1018
Before I talk about a new specification and programming language **ABCode**, let me tell you a little experience about the platform I am the author of, whose name is [**OnMind**](https://onmind.co)...
1119

@@ -732,7 +740,7 @@ The present document is already a specification of the `ABCode` programming lang
732740

733741
To write with `ABCode` you don't need a new application, that is, you use an editor (like `VSCode` or `Sublime` that you download from Internet) associating the `YAML` format with `.abc` extension files. However, an editor is already being prepared for better integration with the transpiler.
734742

735-
![](./img/abcode-edit.png)
743+
![](https://onmind.co/assets/slides/abcode-edit.png)
736744

737745
### About the intention of support
738746

@@ -804,8 +812,6 @@ I already came from producing a platform that has cost a huge investment (time,
804812
> We are looking for ways of income that are welcome to support this work.
805813
> Specs ready, Work In Progress, Let's...
806814

807-
![](./img/abcode-logo.png)
808-
809815
---
810816

811-
> © 2022 by César Arcila
817+
> © 2021-2023 by César Arcila

0 commit comments

Comments
 (0)