When the pupil is ready to learn, a teacher will appear.
user=> (time (dotimes [i 100000000] [i]))"Elapsed time: 5928.406543 msecs"niluser=> (time (dotimes [i 100000000] #(i)))"Elapsed time: 1774.025749 msecs"nil
Note: Only a member of this blog may post a comment.
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.