Quote: from ExCyber on 12:12 am on Jan. 20, 2002
Given a reasonably powerful system, the hardware doesn't care what lanugage you're writing in. You could program Saturn with Brainfuck
My God. "Turing-complete." But the real question is: why?
Why don't you ask Pedro?Quote: from Cloud121 on 2:02 pm on Jan. 23, 2002
...(although I gotta learn Pascal first, or else C is gonna be tougher than #### to learn (or so my good friend Pedro says, Programmer Extraordinaire in Pascal, C, and Java 🙂)) is C more universal than Pascal? Or can I use Pascal is program ANYTHING?
If you've properly optimized your program, profiled it and identified the trouble spots then by all means convert them to assembly, but trying to get a faster program by reimplementing bad C code in equally bad assembly isn't going to do you much good.