Jump to content

Draft:Fz (programming language)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by KylieTastic (talk | contribs) at 18:59, 6 January 2025 (Declining submission: nn - Submission is about a topic not yet shown to meet general notability guidelines (be more specific if possible) (AFCH)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
FZ
ParadigmProcedural, Register-based
Designed byFirelabs-IO
DeveloperFirelabs-IO
First appearedJanuary 6, 2025; 3 months ago (2025-01-06)
Typing disciplineTypeless (uses registers and literals directly)
LicenseUnlicense
Filename extensions.fz
WebsiteGitHub
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]

References