Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why is it so un-java? #11

Closed
collinalexbell opened this issue Dec 9, 2020 · 2 comments
Closed

Why is it so un-java? #11

collinalexbell opened this issue Dec 9, 2020 · 2 comments

Comments

@collinalexbell
Copy link

Why does it use def, square brackets, and other vestigal clojure syntax? I can't give this to my Java friends, they'd laugh. There is a JiSE out there waiting to be discovered that they wouldn't laugh it.

@athos
Copy link
Owner

athos commented Dec 9, 2020

JiSE is just a set of Clojure macros, and is intended to used as an embedded DSL to make it easy to write code that is otherwise hard to write with bare Clojure. The main target users of the library are Clojurians, so I designed the language to be more familiar for them.
If you are looking for a standalone language that can replace Java, I think JiSE is not for you, unfortunately.

@collinalexbell
Copy link
Author

Ah, Ok. I'll become a Clojurian and use your DSL then.

@athos athos closed this as completed Dec 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants