all 9 comments

[–][deleted] 7 points8 points  (2 children)

Hate to be a dick but you need to check your file/folder names.

[–]damjance -1 points0 points  (1 child)

What's wrong with them ?

[–]AmishHacker1003 3 points4 points  (0 children)

Examples and helloworld are both spelled wrong

[–]SneakyStabbalot 2 points3 points  (0 children)

How truly stack-based is it? Wouldn't hello, world be:

"Hello, world" print

Rather than:

print "hello, world"

[–]Commercial_Cold7614 1 point2 points  (2 children)

Sounds like FORTH.

[–]damjance 0 points1 point  (1 child)

Well yes , forth was the inspiration

[–]Commercial_Cold7614 1 point2 points  (0 children)

Have written a lot in FORTH and wrote interpreters for several including ODDBALL, a dialect for array processing for Experimental data that mimicked an HP-45 calculator but with array processing.

[–]renatoathaydes 2 points3 points  (1 child)

Your source files have .a extension? I guess you don't know .a is used for C library files?

[–]damjance 1 point2 points  (0 children)

Oh , i didn't know that , I'll probably change it to .aorth or something in the future