1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-06-11 08:29:34 +00:00

Updated Home (markdown)

David Schmenk 2018-03-30 16:53:19 -07:00
parent 53c2db211a
commit ce74ea5d0f

@ -1,4 +1,4 @@
These pages are for documenting and discussing the libraries and sample code supplied with PLASMA. The language is documented on the main page and hopefully answers any language specific questions.
These pages are for documenting and discussing the libraries, sample code, and internal architecture of PLASMA. The language is documented on the main page and hopefully answers any language specific questions.
PLASMA has grown over a number of years and certain constructs have been developed over that time. As a result, some samples may look slightly different than others.
## PLASMA Libraries:
@ -10,4 +10,8 @@ If the function doesn't have any parameters, the `()` are still required because
Smaller libraries will export the individual functions and you will call them just like any other.
## PLASMA Sample Code:
The sample code has been subject to even more evolution than the libraries. Some samples look very different than others as the language grew. Looking beyond the inconsistencies, you should find many answers on how to program PLASMA using different features of the Apple 1, II, and ///.
The sample code has been subject to even more evolution than the libraries. Some samples look very different than others as the language grew. Looking beyond the inconsistencies, you should find many answers on how to program PLASMA using different features of the Apple 1, II, and ///.
## PLASMA Internal Architecture:
[PLASMA Byte Code Definitions]()
[PLASMA JIT Compilation Implementation]()