Glojure icon
Glojure icon

Glojure

 Like

Glojure is an interpreter for Clojure, hosted on Go. Glojure provides easy access to Go libraries, similar to how Clojure provides easy access to Java frameworks.

License model

  • FreeOpen Source

Platforms

  • Go (Programming Language)
  • Clojure
  • Self-Hosted
  No rating
0likes
0comments
0news articles

Features

Suggest and vote on features
  1.  Interpreter
  2.  Golang
  3.  Clojure

 Tags

Glojure News & Activities

Highlights All activities

Recent activities

Show all activities

Glojure information

  • Licensing

    Open Source (EPL-2.0) and Free product.
  • Written in

  • Alternatives

    1 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

GitHub repository

  •  423 Stars
  •  4 Forks
  •  18 Open Issues
  •   Updated Oct 13, 2024 
View on GitHub

Popular alternatives

View all

Our users have written 0 comments and reviews about Glojure, and it has gotten 0 likes

Glojure was added to AlternativeTo by Paul on Dec 6, 2024 and this page was last updated Dec 6, 2024.
No comments or reviews, maybe you want to be first?
Post comment/review

What is Glojure?

Glojure is an interpreter for Clojure, hosted on Go. Glojure provides easy access to Go libraries, similar to how Clojure provides easy access to Java frameworks.

Glojure is in early development; expect bugs, missing features, and limited performance. Backwards compatibility is not guaranteed until a v1 release. That said, it is used successfully in hobby projects and runs a significant subset of the (transformed) core Clojure library.

Note that unlike most other Go implementations of Clojure, Glojure is a "hosted" language - a term used to describe languages that are implemented in terms of a host language (in this case, Go). This means that all Go values can be used as Glojure values and vice versa.

Official Links