http://qs1969.pair.com?node_id=30888


in reply to How many different programming languages have you programmed in within the last month?

I don't usually keep count, but, well, lessee... C (yeah, I know, yuck!, but only a short program), Perl (of course), Scheme, ML (a few lines of OCaml and SML/NJ, actually, but let's just count them as one), Common Lisp (also only a bit), Haskell, Curry, "English" (pseudocode! duh :), FORTH (a few varieties), MIXAL (to illustrate some concepts to a student). Yep, that's all :) -- Kaufmann
  • Comment on RE: How many different programming languages have you programmed in within the last month?

Replies are listed 'Best First'.
RE: RE: How many different programming languages have you programmed in within the last month?
by JP Sama (Hermit) on Sep 03, 2000 at 21:45 UTC
    just one, and still trying to!!
    :o)

    * since html and javascript ARE NOT languages :o)

    #!/jpsama/bin/perl -w
    $tks = `mount`;
    $jpsama = $! if $!;
    print $jpsama;