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

Wisp Forks #150

Open
zot opened this issue Dec 10, 2016 · 18 comments
Open

Wisp Forks #150

zot opened this issue Dec 10, 2016 · 18 comments

Comments

@zot
Copy link

zot commented Dec 10, 2016

For anyone interested, we're maintaining a fork of Wisp, here.

We also have a Google Plus Community. There's even a post! It's on a Wisp pattern package I wrote, that provides lens-like pattern functions.

@chr15m
Copy link
Collaborator

chr15m commented Jan 20, 2017

I have a bit of a fork happening here as well:

https://github.com/chr15m/wisp
https://chr15m.github.io/wisp/

Things I've done:

  • Merged some of the PRs that look sensible.
  • Compiled an easily downloadable, minified version people can use in their browser.
  • Tried to make the introduction and interactive repl friendlier.

@zot zot changed the title Maintaining a fork of Wisp Wisp Forks Jan 20, 2017
@zot
Copy link
Author

zot commented Jan 20, 2017

Great, @chr15m I'll check out your fork.

Please feel free to use the Google plus community for announcements or whatever Wisp-related stuff you like!

@zot
Copy link
Author

zot commented Jan 24, 2017

@chr15m
Copy link
Collaborator

chr15m commented Jan 24, 2017

Cool, thanks @zot - hopefully nobody will come to rely on it as I am a relentless project abandoner. :)

@zot
Copy link
Author

zot commented Jan 24, 2017

I'm sort of the same way unless I'm working with other people :-/

@chr15m
Copy link
Collaborator

chr15m commented Jan 24, 2017

I like to think it's a feature not a bug.

@chr15m
Copy link
Collaborator

chr15m commented Feb 7, 2017

@zot instead of this issue I'd like to have a pointer in the documentation to your fork, maybe in a section called "notable forks"? Could you issue a PR like that so we can close this ticket?

@zot
Copy link
Author

zot commented Feb 7, 2017 via email

@chr15m
Copy link
Collaborator

chr15m commented Feb 7, 2017

@zot if you create a branch off Gozala/master then you can issue a separate PR for the "notable forks" documentation change.

Let's move discussion of the UMD-friendly change to your PR #147.

@zot
Copy link
Author

zot commented Feb 7, 2017 via email

@eli-oat
Copy link

eli-oat commented Aug 15, 2019

@chr15m @zot I know that this project is long since put to rest, but I'm wondering if either of you know of a way to load a .wisp file in the repl, so that it's functions can be executed interactively?

Also, now that Google+ is gone, is there another space for folks exploring wisp...or am I the only one around?

@zot
Copy link
Author

zot commented Aug 15, 2019

I haven't touched Wisp in a loooooong time -- I don't remember anything about getting it working. I should really bundle it into my Leisure project instead of Lispyscript...

You might be the only one around, I'm not sure. Personally I like Wisp as a super light-weight Clojure.

@chr15m
Copy link
Collaborator

chr15m commented Aug 15, 2019

@eli-oat you can (require) a file from the repl. Imagine you have a file called bloop.wisp with the following contents:

(defn bleep []
  (console.log "bleep"))

You can then require and use it as follows:

=> (def bloop (require "./bloop"))
=> (.bleep bloop)
bleep

Hopefully this answers your question.

@eli-oat
Copy link

eli-oat commented Aug 16, 2019

You might be the only one around, I'm not sure. Personally I like Wisp as a super light-weight Clojure.

@zot I discovered wisp a few weeks ago and have sort of fallen in love. I like cljs a lot, but this is so much leaner. Great for toy projects

@chr15m thanks! I think that was what I was looking for!

@LeXofLeviafan
Copy link
Contributor

For all it's worth, I've made a fork of my own a while ago… I've been committing fixes there occasionally, mostly to fix bugs I encountered and to reduce discrepancies with Clojure.

@chr15m
Copy link
Collaborator

chr15m commented Oct 21, 2019

@LeXofLeviafan this is great. You've fixed a ton of stuff. Can I get a PR to merge your changes back in?

@LeXofLeviafan
Copy link
Contributor

@chr15m You probably don't actually need my personal input to do that (at least the previous PR with my commits was made by someone else). Still, here you go.

@chr15m
Copy link
Collaborator

chr15m commented Oct 30, 2019

Thanks for the PR @LeXofLeviafan - merged.

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

4 participants