Draft:Fz (programming language)
![]() | Review waiting, please be patient.
This may take 3 months or more, since drafts are reviewed in no specific order. There are 2,694 pending submissions waiting for review.
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
Reviewer tools
|
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].