Hi all, what is the state of the current compo? is anyone working on it? I have already got a rough outline and an almost finished example program which I'll...
TAD
tad_uk@...
Jan 20, 2001 2:43 pm
527
Hi all, here is a rough, draft compo example+text idea. The basic idea is a simple LOGO-like language called HO-GO which has the normal draw, direction, ...
TAD
tad_uk@...
Jan 21, 2001 11:38 am
528
... it's nice... Interesting indeed. only change i'd do: read from stdin instead of parsing the cmdline. Paolo...
Bonz
bonzini@...
Jan 21, 2001 12:55 pm
529
Hi Bonz! ... Do you mean that instead of starting the interpreter with the program name as a command-line parameter the interpreter should read the program ...
Adok/Hugi
hugi@...
Jan 21, 2001 1:07 pm
530
Hi Paolo, ... From: Bonz <bonzini@...> To: <hugi-compo@egroups.com> Sent: Sunday, January 21, 2001 12:50 PM Subject: Re: [hugi-compo] rough compo idea ... ...
TAD
tad_uk@...
Jan 21, 2001 1:52 pm
531
Hmmm... on second thoughts: 1) reading from stdin is probably more complicated than it seemed to me. For example, using function 8 you'd have to look...
Bonz
bonzini@...
Jan 22, 2001 9:27 am
532
Hi Bonz, Thanks for the great work on the "HOGO" idea.. Yes, having more than 8 angles would be more fun (and would keep in line with LOGO more..) BUT.. ...
TAD
tad_uk@...
Jan 22, 2001 6:15 pm
533
check it out.. let me know what u all think.. tnx. regards TAD...
TAD
tad_uk@...
Jan 22, 2001 11:51 pm
534
hmmm... I must admit I don't like it -- I don't want another language as illegible as Brainfuck. I prefer the original LOGO-like idea, either with or without...
Paolo Bonzini
bonzini@...
Jan 23, 2001 2:48 pm
535
hmmm... I must admit I don't like it -- I don't want another language as illegible as Brainfuck. I prefer the original LOGO-like idea, either with or without...
Paolo Bonzini
bonzini@...
Jan 23, 2001 2:51 pm
536
Hi guys, I find TAD's idea very interesting. Still some expression parsing is not a big deal and i don't think it makes the compo much more difficult. In fact...
Dragos HALMAGI
dhalmagi@...
Jan 23, 2001 3:18 pm
537
Hi, ... I like that one best, as it combines a bit of graphics with a bit of parsing -- and I hope a lot to optimize yet not too complicated. ... Don't like...
Stefan Reuther
streu@...
Jan 23, 2001 3:51 pm
538
... I think this can be brought under 256 bytes. ... Are you sure? ;-) I have not thought very much on that (I just had that sine table handy from another...
Bonz
bonzini@...
Jan 23, 2001 6:54 pm
539
... From: Paolo Bonzini <bonzini@...> To: <hugi-compo@egroups.com> Sent: Tuesday, January 23, 2001 2:43 PM Subject: [hugi-compo] new idea... ... hmmm.......
TAD
tad_uk@...
Jan 23, 2001 7:05 pm
540
... and how? by manually coding sin/cos? if so, you can do it with v1 too: #side of a triangle [ #2#2#2#2#2#2#2#2#2#2 ] #26 degrees step [ D2 A+1 D1 A-1 ] ... ...
Bonz
bonzini@...
Jan 23, 2001 8:19 pm
541
Hi *.*, ... I believe anything is smaller than a table ;-) ... Table. Fixed-point math with iteration formula. I think both are not really good for...
Stefan Reuther
streu@...
Jan 24, 2001 10:00 am
542
... If you're lazy, you can reduce the table to a quadrant and save nevertheless 256 bytes... You can compute the table at run-time with Bresenham's algorithm...
Bonz
bonzini@...
Jan 24, 2001 10:24 am
543
That's it, so you can avoid lookup tables. I found the formula with Mathematica, it is (16341 x - x^3) / (10291 + x^2/2). The absolute error for this formula...
Bonz
bonzini@...
Jan 24, 2001 2:21 pm
544
... So I'd say: let's allow 360 degrees. This will make the entries more useful and closer to the real LOGO. -- Adok / Hugi Core & Royal Family ...
Adok/Hugi
hugi@...
Jan 24, 2001 8:28 pm
545
... Lets have some kinda voting.. like all the other compos had.. this way more than one person's preference can be expressed. It gives ppl the chance to vote...
TAD
tad_uk@...
Jan 24, 2001 9:01 pm
546
... Just to add my 0.02 dkr to the discussion, I would have to agree. The more complex we make the Bogo language, the less likely people are to try it out. We...
Joergen Ibsen
jibz@...
Jan 25, 2001 3:57 am
547
With respect to the compo 13 poll, do you agree on adding [ ] 26 LOGO-like language [ ] 27 TAD's HOG language [ ] 28 encoder, whose decoder is executable but...
Paolo Bonzini
bonzini@...
Jan 25, 2001 9:24 am
548
I would rather express no 28 as "decoder decoding ASCII text to executable, written entirely in ASCII". The encoder can be written as a short C code. What's...
Grzegorz Mazur
gbm@...
Jan 25, 2001 1:19 pm
549
Hi TAD! ... YES. This was what I also wanted to do. And it's great that you agree. I was already fearing that you might feel offended if I just started the ...
Adok/Hugi
hugi@...
Jan 25, 2001 5:30 pm
550
... i.e. [ ] 00 Tag Parser [ ] 01 Ansi Compressor [ ] 02 Ansi-to-com or Ascii-to-com Converter [ ] 03 Artificial Intelligence (e.g. neuronal network) [...
Adok/Hugi
hugi@...
Jan 25, 2001 5:33 pm
551
... So whattabout this task list: [ ] 00 Tag Parser [ ] 01 Ansi Compressor [ ] 02 Ansi-to-com or Ascii-to-com Converter [ ] 03 Artificial Intelligence...
Adok/Hugi
hugi@...
Jan 25, 2001 5:34 pm
552
Hi Adok! ... Already done ;-) METALBRAIN What's the point with Windows | ¿Que sentido tiene el soporte para Plug-and-play support if...
"Jaime Tejedor Góm...
metalbrain_coder@...
Jan 25, 2001 10:23 pm
553
I suggest this list: [ ] 00 Tag Parser [ ] 01 Ansi Compressor [ ] 02 Ansi-to-com or Ascii-to-com Converter [ ] 03 Artificial Intelligence (e.g....
Bonz
bonzini@...
Jan 26, 2001 9:46 am
554
OK, then let's start the poll. [ ] 00 Tag Parser [ ] 01 Ansi Compressor [ ] 02 Ansi-to-com or Ascii-to-com Converter [ ] 03 Artificial Intelligence...
Adok/Hugi
hugi@...
Jan 26, 2001 2:33 pm
555
... on hugi's machine (Win98 DosBox) the MSCDEX functions are implemented through CDFS. borrowed from MSDN Library: <snip> The Windows 95 Compact Disc File...