No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
Re: All the advice given thus far is reasonable. My own suggestion would be to also consider at least playing with Prolog or Lisp at some point. Python is a nice easy scripting language to get into.... Ruby if you're more Web inclined. If you're partial to Linux then Java... if … | |
Re: Prolog. I know of no other language that give more "bang per buck" as quickly as Prolog in terms of getting to an "oh wow" moment. I had the lucky opportunity to actually build a commercial application in Prolog (as opposed to just play with it) a couple of years … | |
Re: In my personal opinion starting with C++ is an incredibly bad idea. Go grab Python or Ruby and play for a bit. Both have plenty of primer material available for them online. Once you have played with either for a while go grab yourself a copy of MySQL and figure … | |
Re: This might be what you're after.... not 100% sure as just passing through the thread. It's always worth Googling for Java solutions to these problems. This code took 2min to transpose from Java to C# My apologise if I've misunderstood what people are after. [code] public static int GetLavenshteinDistance(string s, … |
The End.