My Esoteric Interpreter called oh - Printable Version +- QB64 Phoenix Edition (https://staging.qb64phoenix.com) +-- Forum: QB64 Rising (https://staging.qb64phoenix.com/forumdisplay.php?fid=1) +--- Forum: Prolific Programmers (https://staging.qb64phoenix.com/forumdisplay.php?fid=26) +---- Forum: bplus (https://staging.qb64phoenix.com/forumdisplay.php?fid=36) +---- Thread: My Esoteric Interpreter called oh (/showthread.php?tid=171) Pages:
1
2
|
RE: My Esoteric Interpreter called oh - aurel - 08-02-2022 Heh...I don't run your code with AurelEditQB ..i just open file to see code in usual way i do. well gtk_scintilla exists but do i can load this functions in qb64_linux version i don't tried yet and i don't know how. I played only with BaCon HUG(GTK_wrapper) Maybe here is someone who code with GTK library and use it with qb64 then i would like to see that RE: My Esoteric Interpreter called oh - vince - 08-22-2022 nice, the oh language feels very JB inspired also, if i remember correctly, the history of this language goes back to having destroyed the competition in mennonite's basic interpreter contest over at Waltersmind's original "the QB64 edition" (not to be confused with phoenix or Steve or P 'edition' despite the uninspired lexigraphy) RE: My Esoteric Interpreter called oh - bplus - 08-23-2022 Yeah a stand alone Interpreter with weird non Basic like expressions and weird strings that act as arrays but it does do string math or regular math (the 2 aren't meant to be mixed), sorting very simple load and save file and, as pointed out recently, a Files command. A nice built in Fval function Evaluator that does both String, math and String Math evaluations. All is string! (with JIT math functions). oh stands for One Handed, theoretically you don't ever need the shift key. |