... There are a couple of work-in-progress interpreters out there, but there is still a world of opportunity for other interpreters to be written. There is...
(* A program that computes the sum of all numbers back to the last mark *) ~ test_function { tam latlh "mk" rap'a' wIv { woD boq test_function 0 } ghobe'chugh ...
Hello all! I am getting a Var'aq programming site set up. Right now, it has only the obligatory "Hello, World!" program (not even in Klingon "nuqneH 'u'!") but...
A page for IF-THEN-ELSE constructs has been added to the tutorial page at: http://members.safebrowse.com/mstemen/varaq_site/varaq_main.html _Merrick...
Just finished, thoroughly untested, released just to get it the hell out there after something like three years of complete inactivity: varaq.pl, release...
A few things I forgot about... -The source that you have is currently DOS-formatted. You may need to change it to Unix or Mac format. I did the editing on...
Well, I am excited that there is a new release! I will have to be sure to let my students know about it! I will download it as soon as I get this piece of code...
In the new version that was just sent out when I tried to run a program I wrote I got an error on pong. Line 831 reads: } elsif ($cmd eq 'name') { And I'm...
I found the following words and my suggestions: split - lagh cons - Not sure what this means... shatter - Is this pulling everything out of the list? empty - I...
Of course, after I posted I realised the way around the chImmoH/list thing: split - tetlhlagh - take apart the list cons - ( ? )tetlh - shatter - tetlhwItlh -...
... <snip> ... HIvqa' veqlargh. You can tell I'm not 100% awake yet. Obviously this is a bug and not a word suggestion. Line 841 reads: } elsif ($cmd eq 'set')...
... Cons is a Lisp term that's short for "construct" -- it places something on a list. Shatter breaks the list into its individual elements and places them on...
... Ok, then I would do cons - tetlhchel - list add split - tetlhwItlh (I'm assuming this leaves the list basically in tact but removes something from it) ...
Oops. Looks like I jumped the gun. I was just looking back through the specs to see if I could work out how to use lists and I found: 2.4 List Operations 2.4.1...
I've put it up on the website at http://www.geocities.com/connorbd/varaq/varaq.pl Only one new feature (the time function) has been added, though most of the...
Found a couple of minor bugs. All my code appears to run fine on this version so far. :) Line 550 reads: } elsif ($cmd eq 'cons' || $cmd eq 'cons') { Should...
Greets all. Am I going mad or do nested loops not work in var'aq? I wrote a bit of code to test my assumption (after finding the problem in a bigger block I...
This is fun :) Ok. Line 342 reads: } elsif ($cmd eq 'complain') { Should read: } elsif ($cmd eq 'complain' || $cmd eq 'bep' ) { I don't know if the new version...
After re-reading my post I suddenly thought that maybe the constants should be pushed onto the stack and not just printed, so I change the two functions: }...
... Will fix... ... Thanks. I am not sure how I'm going to handle the version string, but I will put it in there somehow. ... The networking stuff has to be...
Here's a little bit of code playing with the random number generator and the io/string constants I just posted. It'll draw 3 randomly sized boxes on the screen...
Hello! I can't get any vangqa' stuff to work in the new releases. I get this error: "Can't execute a non-ARRAY reference as a routine at varaq.pl line 2." ...
What is the code you are using? In the May 3rd release vangqa' works fine for me. The code from that function doesn't have an non-ARRAY reference info in it....
... 10 { 1 cha' } vangqa' I get the error message 10 times. If I use a 5, I get the error message 5 times. If I run it in the previous "varaq-current" release,...
... From: qurgh@... To: varaq-dev@yahoogroups.com Sent: Tuesday, May 04, 2004 9:35 AM Subject: [varaq-dev] Nested Loops Greets all. Am I going mad or do...
Hi, everybody! I would like to share with you some thoughts of mine about numerals (as in symbolic representation of numbers) in var'aq. I think that we can't...