-
Notifications
You must be signed in to change notification settings - Fork 3
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
Run Frege REPL via Leiningen #3
Comments
Just my 2 cents: It should be possible to run the compiler from the fregec.jar that comes with the repl when you can locate it. So this could perhaps save duplicate code loading. |
@tfausak You won't be able to run it as @Ingo60 Thank you. I don't believe @mmhelloworld has published the REPL JARs to Maven? I only see the compiler bundle and the Gradle plugin at the moment (I haven't published the Leiningen plugin there yet, but Leiningen automatically looks on Clojars, where it is published). |
I'm alright with |
|
All the frege-repl artifacts are already here https://oss.sonatype.org/content/groups/public/org/frege-lang/ but they are not for the latest Frege. I am updating REPL and its dependencies right now and hoping to push everything by tomorrow. |
Thanks @mmhelloworld -- will those get published to Maven Central or just stay on Sonatype? |
Mark Perry set up a build to publish these to Sonatype. I have no idea how to publish to Maven Central. I will try to find out so for now the artifacts will be in Sonatype. Would that be an issue? |
@mmhelloworld and @seancorfield |
I created Frege/frege-repl#27, should the repl be released as is as 1.1.1 and any changes be applied to a 1.2-SNAPSHOT? |
I forgot to mention, with a proper release (i.e. not a snapshot) you need to setup keys to sign the archives and then login to Sonatype and promote the release. I can do the release if requested, or someone else can do this if they preferred. |
Looking at http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.frege-lang%22 it's not entirely clear to me what dependencies I would need in order to start up the interpreter. Can someone clarify? @talios @mmhelloworld @mperry |
I would like to be able to run the Frege REPL through Leiningen (with
lein repl
).The text was updated successfully, but these errors were encountered: