Interesting Programming Languages

Created: by Pradeep Gowda . Updated: Dec 07, 2023 Tagged: programming-language

an opinionated collection of programming languages.

An opinionated collection of programming languages. This is a list of what I consider interesting. Requests to add to this list are welcome, but there is no guarantee I’ll include them. As you can see many mainstream programming languages are misssing from this list.

Blogs etc.,

Courseware

Tools

Comby is a tool for matching and rewriting code. You start by writing a simple template to match syntax. Look at this Go function:

func main() {
    fmt.Println("hello world")
}

We can match the arguments to fmt.Println with this match template :

fmt.Println(:[arguments])

Learning Programming

Fun

Implementing programming languages

Blog posts

Books

Benchmarks

Linkbacks to this page


See also : D lang , Rust , OCaml , C , C++ , Python