-
Notifications
You must be signed in to change notification settings - Fork 14
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
env does not work on mac os #29
Comments
Hello, are you running this on bash 4? |
I am on a mac 10.15.7 When I first tried I was picking up
So I did
then |
Thanks for the detail. |
I'm curious, why closed? Is it fixed? |
It is not a bug. You said you were using bash |
@haroldcarr wait a second - did uou see the |
The bash The THis bug should be reopened. |
👍 cool thank you for the detail. |
FYI - this can be worked around by |
Out of curiosity, do you have an idea of how difficult it would be to backport this project to bash for macos? It seems like the main challenge is usage of associative arrays. |
@joelmccracken It's conceivable but beyond my time and abilities. Here's an associative array implementation that works in Bash 3 for anybody who would like to tackle this in future: https://gist.github.com/chr15m/fb257ae8bb9774245b0ec67d9c7d388b |
thank you! There's another part to this in that I'm thinking of working on a bash implementation for Shen lisp, and I think a lot of the work you've done here could help me. But also, I might just take this on, for a few reasons. |
@joelmccracken actually please don't use the associative array implementation I linked to, it is flawed. Most of the work in Fleck was done as part of the make-a-lisp project, I simply pulled together various threads to make Fleck. Best of luck with your Shen lisp implementation! |
Oh wow, I just read the comments; I didn't realize you generated this from a LLM. How interesting, what a warning. fwiw I was planning on looking more deeply at that code before using it, it seems like a helpful starting point. |
Yeah at the very least Adam's ht function is certainly useful and you can probably figure out how to solve the collisions issue quite easily. |
The text was updated successfully, but these errors were encountered: