{mIw lI' vIchenmoH vIneH, 'ej vIta'law' 'e' vInoH. mIwvam yInuD.} I want to do something useful, and I think I might have done it. Check it out: (* HovpoH...
I would like to link to the var'aq homepage on my site. It will be a page with the code snippets I've been submitting, along with the tutorial I'm working on. ...
... Not a problem at all. No conditions (there might be a couple if you were going to use the cjb.net link for my food page, but that would mostly be just...
... Much appreciated, Scott. I've added a link to the page. Good work. /brian ===== -- __________________________________ Do you Yahoo!? The New Yahoo!...
cause I'm in love with a Klingon guy (who wouldn't be ? lol) and I wanted to offer him a T-shirt written: "you're my pach'machai" but I'm unsure of the...
... 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: }...