Michael Kohl

Results 39 comments of Michael Kohl

@paulcsmith Agreed re third party shard, especially given that their README states the following: `Better integrate with Lucky, maybe with generators, or something else?` Let's try to rope in @fernandes...

@paulcsmith Maybe we could start with you creating the `lucky-cable` repo for us and adding me and @fernandes as contributors to that or something?

@schovi GHC for Haskell has two modes, compiled and interpreted. `runghc` and `ghci` use the latter.

I quite like the way IPython does this: https://jakevdp.github.io/PythonDataScienceHandbook/01.04-input-output-history.html tl;dr: `_` references the last result (same as in the normal Python REPL and Ruby's irb), `__` the second to last,...

Both Ruby and Python use `_` for discards in normal code but also for the last result in the REPL, hence the suggestion. In both languages `_` is just a...

@blakeperdue I can't merge it myself and it seems that this is no longer actively worked on, so I'll close my PR.

@ChauhanT This is what I did: 1. Start the emacs-plus service and register it to launch on login/boot: ```sh brew services start emacs-plus@29 ``` 2. Create an "application" with Automator:...

@wongy91 Here's one way: ```sh $ ruby -r rbconfig -e "puts RbConfig::CONFIG['LIBS']" -lpthread -ljemalloc -lgmp -ldl -lobjc ```

Nice effort! Looking forward to your thoughts on this one.