|
1 | 1 | # ABCode Programming Language - Version 1 (Preview/Alpha) |
2 | 2 |
|
3 | 3 | > 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) |
5 | 5 |
|
6 | | - |
| 6 | + |
7 | 7 |
|
8 | | - |
| 8 | + |
| 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) |
9 | 17 |
|
10 | 18 | 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)... |
11 | 19 |
|
@@ -732,7 +740,7 @@ The present document is already a specification of the `ABCode` programming lang |
732 | 740 |
|
733 | 741 | 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. |
734 | 742 |
|
735 | | - |
| 743 | + |
736 | 744 |
|
737 | 745 | ### About the intention of support |
738 | 746 |
|
@@ -804,8 +812,6 @@ I already came from producing a platform that has cost a huge investment (time, |
804 | 812 | > We are looking for ways of income that are welcome to support this work. |
805 | 813 | > Specs ready, Work In Progress, Let's... |
806 | 814 |
|
807 | | - |
808 | | - |
809 | 815 | --- |
810 | 816 |
|
811 | | -> © 2022 by César Arcila |
| 817 | +> © 2021-2023 by César Arcila |
0 commit comments