Skip to content
/ forp Public

simple, homoiconic, two-dimensional, programming language

Notifications You must be signed in to change notification settings

Centrix14/forp

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published