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...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 343 - 372 of 590   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
Online Now 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
Online Now 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
Online Now 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
Online Now 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
365
... 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...
Brian Connors
connorbd
Online Now Send Email
May 4, 2004
9:22 pm
366
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...
qurgh@...
qurgh
Offline Send Email
May 4, 2004
9:48 pm
367
... Two things: 1. My email address in the code is stale. Please update to eann@... (yes, I know that's not where I'm sending this message from;...
j proctor
lowercase_j
Offline Send Email
May 4, 2004
11:25 pm
368
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." ...
merrick_stemen
Offline Send Email
May 5, 2004
6:59 pm
369
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....
qurgh@...
qurgh
Offline Send Email
May 5, 2004
7:33 pm
370
... 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,...
merrick_stemen
Offline Send Email
May 6, 2004
12:23 am
371
... 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...
Scott Willis
magicspiderwebb
Offline Send Email
May 7, 2004
12:41 pm
372
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...
malatestapunk
Offline Send Email
May 8, 2004
4:21 pm
Messages 343 - 372 of 590   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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