On 9 August 2010 15:23, Erik Huelsmann ehuelsmann@common-lisp.net wrote:
Author: ehuelsmann Date: Mon Aug 9 08:23:20 2010 New Revision: 12882 Log: Move the u2, s1 and s2 helper functions to jvm.lisp.
Could you please give these functions a bit saner names as the next step? :)
Heh! Thanks for the heads up!
I'm not even sure what to call them. unsigned-to-2-octets, signed-to-1-octet and signed-to-2-octets?
Bye,
Erik.
On Mon, Aug 9, 2010 at 2:27 PM, Ville Voutilainen ville.voutilainen@gmail.com wrote:
On 9 August 2010 15:23, Erik Huelsmann ehuelsmann@common-lisp.net wrote:
Author: ehuelsmann Date: Mon Aug 9 08:23:20 2010 New Revision: 12882 Log: Move the u2, s1 and s2 helper functions to jvm.lisp.
Could you please give these functions a bit saner names as the next step? :)
armedbear-devel mailing list armedbear-devel@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/armedbear-devel
On 9 August 2010 18:34, Erik Huelsmann ehuels@gmail.com wrote:
Heh! Thanks for the heads up! I'm not even sure what to call them. unsigned-to-2-octets, signed-to-1-octet and signed-to-2-octets?
To me those functions look like they ensure the right byte order?
I've always found that one of the hardest aspects of programming is coming up with new names...
On Mon, Aug 9, 2010 at 10:34 AM, Erik Huelsmann ehuels@gmail.com wrote:
Heh! Thanks for the heads up!
I'm not even sure what to call them. unsigned-to-2-octets, signed-to-1-octet and signed-to-2-octets?
Bye,
Erik.
On Mon, Aug 9, 2010 at 2:27 PM, Ville Voutilainen ville.voutilainen@gmail.com wrote:
On 9 August 2010 15:23, Erik Huelsmann ehuelsmann@common-lisp.net wrote:
Author: ehuelsmann Date: Mon Aug 9 08:23:20 2010 New Revision: 12882 Log: Move the u2, s1 and s2 helper functions to jvm.lisp.
Could you please give these functions a bit saner names as the next step? :)
armedbear-devel mailing list armedbear-devel@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/armedbear-devel
armedbear-devel mailing list armedbear-devel@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/armedbear-devel
On 9 August 2010 22:37, Blake McBride blake@mcbride.name wrote:
I've always found that one of the hardest aspects of programming is coming up with new names...
Sure, but almost anything is an improvement over s2 and u2. ;)
armedbear-devel@common-lisp.net