Centrix14 / forp

simple, homoiconic, two-dimensional, programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

forp - FORk Processor

forp is a simple, homoiconic, two-dimensional, programming language

example

;
	this is comment
	"Hello, world!" programm

print
	Hello, world!
	.n

;
	The Pythagorean theorem

print
	+
		*
			3
			3

		*
			4
			4	

	.n

for more examples see samples/

compile

make rel

by Centrix14 01.05.2021

About

simple, homoiconic, two-dimensional, programming language


Languages

Language:C 98.1%Language:Makefile 1.9%