-
Notifications
You must be signed in to change notification settings - Fork 24
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
Discuss project/package organization to support more Lisp features #32
Comments
I'll kick this off with a question, since 1) my Julia is pretty rusty, and 2) I think that Julia packages and/or their best practices have evolved a bit since I last worked with them:
Very curious! |
The new package manager supports multiple packages per git repo in principle, but I've never seen anyone using this feature yet. I suspect it would just make things more difficult to manage as most tooling will assume a single package per repo. Here's my view of where things should go (coming from a julia programmer, not a lisper):
Separately from this, one could consider writing a lisp with non-Julia semantics on top of the Julia runtime. Personally I'm not sure this would be worthwhile as it's a lot of work and Julia already seems quite lispy in many ways. But if someone else wants to do it, more power to you :-) |
In PR #31, an important point was brought up: does REPL code below in the LispSyntax.jl package?
This also begs the same question for an evolving (if nascent) Lisp reader (mentioned in the same PR), Lisp parser (also mentioned in the same PR), etc.
The text was updated successfully, but these errors were encountered: