Search the web
Sign In
New User? Sign Up
varaq-dev · for developers of and for the Klingon programming language var'aq
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 335 - 364 of 614   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
335
Ahem... {qaSpu' poH nI', 'ach latlh jInmol vIrInmoHmeH jIvum. chov neHchugh vay''e', 'ej *Qorwaghmey* lo'chugh vay''e', 'ej *tlhInSa'* Qujchugh vay''e', vaj...
Scott Willis
magicspiderwebb
Offline Send Email
Sep 17, 2003
5:45 pm
336
{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...
Scott Willis
magicspiderwebb
Offline Send Email
Sep 20, 2003
3:22 pm
337
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. ...
Scott Willis
magicspiderwebb
Offline Send Email
Sep 22, 2003
3:30 pm
338
... 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...
Brian Connors
connorbd
Offline Send Email
Sep 22, 2003
3:38 pm
339
More string handling: (* HovpoH 700580.2, mIwvam chenmoH ngabwI' *) (* Scott Willis, author, 9/24/2003 *) lI'moH neSlo' { (* "mirror", no tlh word for...
Scott Willis
magicspiderwebb
Offline Send Email
Sep 24, 2003
3:54 pm
340
I've posted what I have for the var'aq section of my site. Fell free to check it out, and, as always, feedback is greatly appreciated: ...
Scott Willis
magicspiderwebb
Offline Send Email
Oct 6, 2003
6:25 pm
341
... Much appreciated, Scott. I've added a link to the page. Good work. /brian ===== -- __________________________________ Do you Yahoo!? The New Yahoo!...
Brian Connors
connorbd
Offline Send Email
Oct 7, 2003
4:26 am
342
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...
scorpiuscrais
Offline Send Email
Oct 8, 2003
10:32 am
343
What is the status of development for varaq? Is there something still needing doing?...
Thorwald
qapin
Offline Send Email
Dec 12, 2003
12:00 am
344
... 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...
merrick_stemen
Offline Send Email
Jan 8, 2004
3:26 am
345
(* 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 ...
merrick_stemen
Offline Send Email
Mar 9, 2004
5:04 am
346
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...
merrick_stemen
Offline Send Email
Mar 27, 2004
12:47 am
347
All, There are more examples on the tutorial site now. It is text-only right now so even people still on dial-up can enjoy it! :) ...
merrick_stemen
Offline Send Email
Mar 28, 2004
4:43 am
348
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...
merrick_stemen
Offline Send Email
Mar 31, 2004
5:06 am
349
Just finished, thoroughly untested, released just to get it the hell out there after something like three years of complete inactivity: varaq.pl, release...
Brian Connors
connorbd
Offline Send Email
May 2, 2004
2:39 am
350
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...
Brian Connors
connorbd
Offline Send Email
May 2, 2004
2:50 am
351
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...
merrick_stemen
Offline Send Email
May 3, 2004
3:14 am
352
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...
Capt qurgh sutai-lung...
qurgh
Offline Send Email
May 3, 2004
4:39 pm
353
Ok, me again... Line 778 reads: } elsif ($cmd eq 'repeat' || $cmd eq 'vangqa') { This should be: } elsif ($cmd eq 'repeat' || $cmd eq "vangqa'") { Since the '...
Capt qurgh sutai-lung...
qurgh
Offline Send Email
May 3, 2004
4:43 pm
354
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...
Capt qurgh sutai-lung...
qurgh
Offline Send Email
May 3, 2004
4:52 pm
355
Of course, after I posted I realised the way around the chImmoH/list thing: split - tetlhlagh - take apart the list cons - ( ? )tetlh - shatter - tetlhwItlh -...
qurgh@...
qurgh
Offline Send Email
May 3, 2004
5:00 pm
356
... <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')...
qurgh@...
qurgh
Offline Send Email
May 3, 2004
5:05 pm
357
... 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...
Brian Connors
connorbd
Offline Send Email
May 3, 2004
6:23 pm
358
... 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) ...
qurgh@...
qurgh
Offline Send Email
May 3, 2004
7:02 pm
359
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...
qurgh@...
qurgh
Offline Send Email
May 3, 2004
7:20 pm
360
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...
Brian Connors
connorbd
Offline Send Email
May 4, 2004
5:39 am
361
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...
qurgh@...
qurgh
Offline Send Email
May 4, 2004
12:08 pm
362
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...
qurgh@...
qurgh
Offline Send Email
May 4, 2004
2:41 pm
363
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...
qurgh@...
qurgh
Offline Send Email
May 4, 2004
8:28 pm
364
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: }...
qurgh@...
qurgh
Offline Send Email
May 4, 2004
8:47 pm
Messages 335 - 364 of 614   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help