Nick Hodges Becomes Product Manager of Delphi
Nick Hodges has been named Product Manager of Delphi at “DevCo,” the to-be-named, to-be-formalized spin-off of Borland’s languages division. His blog.
Software Development Process and Industry Analysis by the former Editor of Software Development, Computer Language, and Game Developer Magazines
Archive for 14th June 2006
Nick Hodges has been named Product Manager of Delphi at “DevCo,” the to-be-named, to-be-formalized spin-off of Borland’s languages division. His blog.
My favorite technical book of the past year was Practical Common Lisp by Peter Seibel. Believe me, if it could convince me to return to Lisp, it’s a well-written book.
However, all the cool kids are learning Ruby. Ruby has some Lisp-like flexibility in comparison to more popular languages like Java and C#, but it doesn’t have Lisp’s elegance / terseness of syntax. If you want to learn Ruby, the best book is Programming Ruby: The Pragmatic Programmers’ Guide, Second Edition.
Success! I can access Tablet SDK functionality from Java. Rather than use COM, my original tactic, I did what I joked about: used C++/CLI so that the call is Java->Unmanaged C++->C (Win32)->Managed C++! Pretty funny, but not all that hard to follow in the source code. I have to say, I’m going to guess I’m the first person to write code to convert a jstring into a char* and pass that into a gcnew System::String!
Look for an article on DevX by the end of the month.