Skip to content

Commit

Permalink
badges added
Browse files Browse the repository at this point in the history
  • Loading branch information
loscoala committed Oct 1, 2023
1 parent 411e051 commit 4cd38f1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

This is a compiler and byte code interpreter for a forth-like language.

![Static Badge](https://img.shields.io/badge/OpenBSD-v0.4.0-green?logo=openbsd&label=OpenBSD&labelColor=gray)
![Static Badge](https://img.shields.io/badge/FreeBSD-v0.4.0-green?logo=freebsd&label=FreeBSD&labelColor=gray)
![Static Badge](https://img.shields.io/badge/Linux-v0.4.0-green?logo=linux&label=Linux&labelColor=gray)
![Static Badge](https://img.shields.io/badge/Windows-not_ready-red?logo=windows&label=WIndows&labelColor=gray)

In general, Forth is, among other things, a programming language whose ideals are freedom and simplicity. Freedom requires knowledge and responsibility, and simplicity is yet more demanding. But "simple" can also mean rudimentary. This Forth attempts to be simple as possible and also fast as possible.

In this forth you can define local variables with curley brackets like in other forths and produce callable byte code subroutines. The compiler produces human readable bytecode and is amazingly fast.
Expand Down

0 comments on commit 4cd38f1

Please sign in to comment.