-
Notifications
You must be signed in to change notification settings - Fork 34
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
Python 3 Install #21
Comments
@xnmp This project seems pretty dead. I emailed the author, but he hasn't responded for a year. |
Coconut (https://github.com/evhub/coconut) seems to be a usable alternative. |
I can confirm that coconut is excellent. Well documented, usable and source compatible with Python 3. |
Yes, I worked my way through the tutorial. Feels like a working cross-over between Python and Haskell. |
@xnmp @pya @iamrecursion Hey, it's been a pretty long time. I wanted to see if anyone's interested in joining me to create a Python 3 fix for I think it would be a very fun and useful endeavor. |
https://github.com/forked-from-1kasper/hask |
I have tried to communicate with the original author, but I've gotten no response. I've recently published this on PyPI which supports Python 3 (up to whatever tests do test): https://pypi.org/project/hask3 I'm not probably taking over the project with the same goal of the original (that's why I changed the name to hask3), but I'm probably going to use some of it's features. |
@forked-from-1kasper and @mvaled , what is the status of your forks? I may be interested in contributing. |
@james1293, if you want to contribute to my fork, then do it. |
My fork is https://github.com/mvaled/hask. But currently @med-merchise is doing most of the changes in https://gitlab.merchise.org/merchise/hask which I regularly push back to github. When we starting exploring hask, we kept Python 2.7 support, but recently we decided to work only in Python 3.6+. To make this decision less intrusive we also changed the package name to 'hask3' and made some initial releases in the PyPi: http://pypi.org/project/hask3 We may use hask3 in our project https://gitlab.merchise.org/merchise/xopgi.ql, which (will) implement an expression language. hask3 may provide the concrete values in the language. So far, we have done the basic typechecker. |
Super cool. Is there active work going on, or a to do list? I'd be happy to contribute. |
@dmlerner I stopped doing any more changes on hask3. |
I can install
hask
with Python 2 with no issues, but in Python 3 I get the error:This is presumably because relative imports are gone in Python 3. Is there any way to get it working regardless? I'm really keen to use this.
The text was updated successfully, but these errors were encountered: