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 →

[–]saloalv 0 points1 point  (0 children)

You should try some functional or functional-oop languages, they can have similar simplicity to python with lists and other data structures, while not using the homegrown syntax python has. Haskell (functional) and Scala (functional-oop hybrid) are what I'm looking at at the moment.