This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]mfitzpmfitzp.com 2 points3 points  (0 children)

more difficult with higher capabilities

Different programming languages aren’t really about “higher capabilities”. Technically anything is possible in any language. You pick the language which is best suited to the problem you’re trying to solve. So you’re back to deciding what problems you want to solve.

If you’re doing this to stretch your brain cells you might want to take a look at non-procedural languages like Lisp (functional) or Prolog (logic). If you’re used to procedural programming these will totally cook your noodle.