Oh no, I'm in over my head again

new topic     » topic index » view thread      » older message » newer message

Hi,
  I was just starting a big project that I probably can't handle alone: A
multithreaded interpreted language. Since I'm not *that* great at Eu pro-
gramming, it will probably look more like C or Java. Here's some sample code
that I thought of producing for the interpreter:

thread thread1 {
  print(1,"Hello World\n");
}
thread thread2 {
  for i = 1 to 1000 {
    printf(1,"%d %x",i,i);
  }
}

I've already finished the variable and token processing and function/proce-
dure registration functions. Anybody want in on this nameless project?

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu