Draft:Fz (programming language)
![]() | Draft article not currently submitted for review.
This is a draft Articles for creation (AfC) submission. It is not currently pending review. While there are no deadlines, abandoned drafts may be deleted after six months. To edit the draft click on the "Edit" tab at the top of the window. To be accepted, a draft should:
It is strongly discouraged to write about yourself, your business or employer. If you do so, you must declare it. Where to get help
How to improve a draft
You can also browse Wikipedia:Featured articles and Wikipedia:Good articles to find examples of Wikipedia's best writing on topics similar to your proposed article. Improving your odds of a speedy review To improve your odds of a faster review, tag your draft with relevant WikiProject tags using the button below. This will let reviewers know a new draft has been submitted in their area of interest. For instance, if you wrote about a female astronomer, you would want to add the Biography, Astronomy, and Women scientists tags. Editor resources
Last edited by Samuelbuch (talk | contribs) 3 months ago. (Update) |
Paradigm | Procedural, Register-based |
---|---|
Designed by | Firelabs-IO |
Developer | Firelabs-IO |
First appeared | January 6, 2025 |
Typing discipline | Typeless (uses registers and literals directly) |
License | Unlicense |
Filename extensions | .fz |
Website | GitHub |
Influenced by | |
Assembly language |
FZ language (FZ don't carry any meaning btw) is language created in 06 of january of 2025 by firelabs-io , it orginally written in Python as virtual machine on own, with 8 opcodes, and about 115 lines of code in python, with has own tokenizer
Feactures
not much, but the virtual machine has 4 registers: AX BX CX and DX', and has Call_stack for labels have labels (with need ret) and jump opcodes (jmp, and jmc) and exit oprand to return given value (defult 0)
and yes is Turing complete [1].