[url=http://pastebin.com/d14f0d752]NTS[/url]

Posted by s on Dec. 16, 2008, 11:49 p.m.

Let's see if I might be able to weasel myself out of doing my final project in VB by loading this up at school tommorrow

Comments

Ferret 15 years, 4 months ago

what kind of language is that?

s 15 years, 4 months ago

My love, Python

My baby, Postal

Ferret 15 years, 4 months ago

oh, I should look into that language, looks cool.

whats postal?

s 15 years, 4 months ago

Stack oriented language I'm developing

Here's the current code that I'm testing with:

import macro

import defun

defun fac{:if{: – fac *}{++}}

macro mfac.1{:0: fac}

0 &mfac{3} () 48 + print input

Ya, I need to solve the functions looking like variables issue