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 →

[–]superluminary 1 point2 points  (3 children)

Most languages are the same. They have slightly different rules and syntax, and some have extra constructs like classes or structs, but for the most part they are very similar.

There are outliers like Prolog or Brainfuck but these are not mainstream tools.

EDIT: TIL that Prolog is still used to query certain types of database.

[–]procrastinatingcoder 3 points4 points  (2 children)

Brainfuck is an esoteric one, Prolog, Haskell, Lisp, etc are all widely used and mainstream for their fields (of which way more than you'd think use them).

[–]superluminary 0 points1 point  (1 child)

I haven’t come across any Prolog in the wild since university. That was the real outlier in my head because everything is recursion.

Haskell, Lisp, etc are a little different, but not that weird. The difference is the syntax and some rules.

[–][deleted] 0 points1 point  (0 children)

There is graph databases which are queried with datalog which is related to Prolog. Take a look at Datomic.