View Single Post
  #14   Report Post  
Posted to alt.binaries.schematics.electronic,alt.microcontrollers.8bit,sci.electronics.misc
Bill Garber[_3_] Bill Garber[_3_] is offline
external usenet poster
 
Posts: 41
Default MikroElektronica experimenteer board


"m II" wrote in message
...
Bill Garber wrote:
*Real* men program in Forth.


Ah, but they drink from Fifths. LMAO!!!!!


But this is what drove them to it....
BinaryExpr(ExprT1 e1, ExprT2 e2,BinOp op=BinOp()) : _expr1(e1),_expr2(e2),_op(op) {} double eval() const { return
_op(_expr1.eval(),_expr2.eval()); }
mike


AHHHHHHHH!!!, what the heck is that? |:^O

BTW, I started to learn C once, for the Apple II,
and I quit that really quickly. Anything that can
do in 100 lines, I can do in Assembly in 25 lines.

Bill