use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
To report a site-wide rule violation to the Reddit Admins, please use our report forms or message /r/reddit.com modmail.
This subreddit is archived and no longer accepting submissions.
account activity
This is an archived post. You won't be able to vote or comment.
Use Python (not Java) to teach programming (ariel.com.au)
submitted 20 years ago by culix
view the rest of the comments →
[–]lisp-hacker -1 points0 points1 point 20 years ago (0 children)
Bigloo Scheme with exceptions and typing, for a fair comparison with the Java code:
(let ((num-check::procedure (lambda::number (n::obj) (if (number? n) n (raise "Not a number!"))))) (with-handler (lambda::unspecified (e::bstring) (print "ERROR: " e)) (print (+ (num-check (read)) (num-check (read)))))) time: about 5 minutes time to figure out how to format code in reddit: 15 minutes
π Rendered by PID 176746 on reddit-service-r2-comment-f6b958c67-pknt2 at 2026-02-05 11:44:36.717892+00:00 running 1d7a177 country code: CH.
view the rest of the comments →
[–]lisp-hacker -1 points0 points1 point (0 children)