Since 5/9/2012 4:15:52 AM, kwesson has written 1 articles and participated in 106 conversations. kwesson signature: kwesson
kwesson's articles:
Items(1) /1
Besides retro operating systems, tholen also enjoys retro gaming!12939 (3/4/2011 8:46:45 PM) comp.lang.lisp [xposted to some groups tholen has posted to recently] I was on a Quake 1 CTF server this morning (yes, there really are still such things), and decided to sit out one game as a spectator (as I was having lu... Ken
Why =?UTF-8?B?Q2Fu4oCZdA==?= You Import Packages?4468 (2/18/2011 7:25:37 AM) comp.lang.java.programmer Consider a piece of code which wants to use two different classes,
com.example.android.sqlite.Useful and com.example.android.mysql.Useful. Your
only reasonable options are:
1) Choose one to specify in an... Lawrence
switch using strings128109 (2/20/2011 9:24:21 PM) comp.lang.java.programmer ....which obviously won't work.
I have a series of packets coming in with a header that contains a
message name in text. I need to find a neat way to do a kind of switch
statement on the message name. Any ... Dirk
syntatic sugar IN keyword.1428 (3/17/2011 5:11:55 AM) comp.lang.java.programmer I would like it if you could write: if ( birthYear == 610 || birthYear == 1791 || birthYear == 1851 || birthYear == 1872 ) ) as if ( birthYear in { 610, 1791, 1851, 1872} ) or if ( birthYear ... see_website(4855)
Binary Search70161 (3/24/2011 9:08:07 AM) comp.lang.java.programmer Is there some reason Java has no built-in Collection that keeps a
sorted linear list and searches by binary search? You need something
light weight and fast for small sets. Would such a beast just not fit
in... Roedy
The difficult learning curve of Lisp1137 (4/1/2011 12:56:41 AM) comp.lang.lisp I've read that learning Lisp (especially this thing called "functional programming") is more difficult to grasp than learning other programming languages because it forces your brain to operate at different lev... dwightarmyofchampions(33)
The Lisp Curse20750 (4/16/2011 10:18:47 AM) comp.lang.lisp An essay by Rudolf Winestock, http://www.winestockwebdesign.com/Essays/Lisp_Curse.html, posted in http://news.ycombinator.com/ , comments: http://news.ycombinator.com/item?id=2450973 ... fernandoraya(1)