digitalmars.D - Good D REPL?
- Andrei Alexandrescu (2/2) Jun 10 2020 Hello, a coworker was wondering what D REPL would be the best choice -
- rikki cattermole (7/9) Jun 10 2020 The only one I can think of:
- Jan =?UTF-8?B?SMO2bmln?= (7/16) Jun 11 2020 Btw. Did someone already try to combine drepl with jupyter-wire
- Andrei Alexandrescu (2/15) Jun 12 2020 Looking good. Thanks much!
- jmh530 (6/15) Jun 13 2020 What are the limitations on getting this working for Windows
- rikki cattermole (3/4) Jun 13 2020 I've asked Mike about this, given the amount I could put towards it, it
- Mike Parker (11/15) Jun 13 2020 What you or anyone can do is seed a bounty on the Task Bounties
- Mike Parker (3/5) Jun 13 2020 Forgot the link:
- rikki cattermole (5/13) Jun 13 2020 Done.
- Mike Parker (4/19) Jun 13 2020 Thanks, Rikki. I've supplemented your initial donation with a bit
- Johannes Pfau (9/32) Jun 14 2020 As far as I remember, what's really needed for full DLL support is a
- rikki cattermole (6/14) Jun 14 2020 I included export as one of the issues that needs to be resolved for
- jmh530 (2/6) Jun 14 2020 Just matched it.
Hello, a coworker was wondering what D REPL would be the best choice - i.e. well-maintained, good quality etc. Thanks!
Jun 10 2020
On 11/06/2020 8:08 AM, Andrei Alexandrescu wrote:Hello, a coworker was wondering what D REPL would be the best choice - i.e. well-maintained, good quality etc. Thanks!The only one I can think of: https://github.com/dlang-community/drepl "Works on any OS with full shared library support by DMD (currently linux, OSX, and FreeBSD)." Err, I should pull some PR's got a few there and last change was 2+ years ago.
Jun 10 2020
On Thursday, 11 June 2020 at 00:40:47 UTC, rikki cattermole wrote:On 11/06/2020 8:08 AM, Andrei Alexandrescu wrote:Btw. Did someone already try to combine drepl with jupyter-wire [1]. Jupyter is easy to use and (at least for Python) a good interactive development tool. (I know. Common Lisp users would argue that slime+emacs is better) [1]: https://github.com/symmetryinvestments/jupyter-wireHello, a coworker was wondering what D REPL would be the best choice - i.e. well-maintained, good quality etc. Thanks!The only one I can think of: https://github.com/dlang-community/drepl "Works on any OS with full shared library support by DMD (currently linux, OSX, and FreeBSD)." Err, I should pull some PR's got a few there and last change was 2+ years ago.
Jun 11 2020
On 6/10/20 8:40 PM, rikki cattermole wrote:On 11/06/2020 8:08 AM, Andrei Alexandrescu wrote:Looking good. Thanks much!Hello, a coworker was wondering what D REPL would be the best choice - i.e. well-maintained, good quality etc. Thanks!The only one I can think of: https://github.com/dlang-community/drepl "Works on any OS with full shared library support by DMD (currently linux, OSX, and FreeBSD)." Err, I should pull some PR's got a few there and last change was 2+ years ago.
Jun 12 2020
On Thursday, 11 June 2020 at 00:40:47 UTC, rikki cattermole wrote:On 11/06/2020 8:08 AM, Andrei Alexandrescu wrote:What are the limitations on getting this working for Windows exactly? I hear full shared library support and I’ve heard long-standing complaints about Windows DLLs, but I don’t really recall. Is this something that can be a project people can donate to?Hello, a coworker was wondering what D REPL would be the best choice - i.e. well-maintained, good quality etc. Thanks!The only one I can think of: https://github.com/dlang-community/drepl "Works on any OS with full shared library support by DMD (currently linux, OSX, and FreeBSD)." Err, I should pull some PR's got a few there and last change was 2+ years ago.
Jun 13 2020
On 14/06/2020 2:28 PM, jmh530 wrote:Is this something that can be a project people can donate to?I've asked Mike about this, given the amount I could put towards it, it wasn't enough given nobody was in mind.
Jun 13 2020
On Sunday, 14 June 2020 at 03:57:30 UTC, rikki cattermole wrote:On 14/06/2020 2:28 PM, jmh530 wrote:What you or anyone can do is seed a bounty on the Task Bounties page and anyone else who would like to support it can contribute to it. Maybe it will reach a level that will motivate someone to take it on. There's also the possibility of contract work from the HR fund. If anyone interested in taking it on would like to propose a clear path to get the job done, then perhaps a contract can be negotiated with the foundation. As always, all that's missing is someone willing to do the work, for pay or otherwise.Is this something that can be a project people can donate to?I've asked Mike about this, given the amount I could put towards it, it wasn't enough given nobody was in mind.
Jun 13 2020
On Sunday, 14 June 2020 at 04:10:55 UTC, Mike Parker wrote:What you or anyone can do is seed a bounty on the Task Bounties pageForgot the link: https://www.flipcause.com/secure/cause_pdetails/NjI2Njg=
Jun 13 2020
On 14/06/2020 4:11 PM, Mike Parker wrote:On Sunday, 14 June 2020 at 04:10:55 UTC, Mike Parker wrote:Done. And yes I know its below what I have stated I am committed to for this issue (money is 100% assigned atm for me).What you or anyone can do is seed a bounty on the Task Bounties pageForgot the link: https://www.flipcause.com/secure/cause_pdetails/NjI2Njg=
Jun 13 2020
On Sunday, 14 June 2020 at 05:40:45 UTC, rikki cattermole wrote:On 14/06/2020 4:11 PM, Mike Parker wrote:Thanks, Rikki. I've supplemented your initial donation with a bit from the General Fund. https://www.flipcause.com/secure/cause_pdetails/ODcyMDE=On Sunday, 14 June 2020 at 04:10:55 UTC, Mike Parker wrote:Done. most people. And yes I know its below what I have stated I am committed to for this issue (money is 100% assigned atm for me).What you or anyone can do is seed a bounty on the Task Bounties pageForgot the link: https://www.flipcause.com/secure/cause_pdetails/NjI2Njg=
Jun 13 2020
Am Sun, 14 Jun 2020 06:56:57 +0000 schrieb Mike Parker:On Sunday, 14 June 2020 at 05:40:45 UTC, rikki cattermole wrote:As far as I remember, what's really needed for full DLL support is a druntime.dll. And this probably requires to finally specify and apply the export attribute: https://github.com/dlang/DIPs/blob/master/DIPs/archive/DIP45.md I think this was Benjamin's latest update on the issue: https://forum.dlang.org/thread/p2r892$ftu$1 digitalmars.com?page=1 -- JohannesOn 14/06/2020 4:11 PM, Mike Parker wrote:Thanks, Rikki. I've supplemented your initial donation with a bit from the General Fund. https://www.flipcause.com/secure/cause_pdetails/ODcyMDE=On Sunday, 14 June 2020 at 04:10:55 UTC, Mike Parker wrote:Done. people. And yes I know its below what I have stated I am committed to for this issue (money is 100% assigned atm for me).What you or anyone can do is seed a bounty on the Task Bounties pageForgot the link: https://www.flipcause.com/secure/cause_pdetails/NjI2Njg=
Jun 14 2020
On 14/06/2020 7:50 PM, Johannes Pfau wrote:As far as I remember, what's really needed for full DLL support is a druntime.dll. And this probably requires to finally specify and apply the export attribute: https://github.com/dlang/DIPs/blob/master/DIPs/archive/DIP45.md I think this was Benjamin's latest update on the issue: https://forum.dlang.org/thread/p2r892$ftu$1 digitalmars.com?page=1I included export as one of the issues that needs to be resolved for proper shared library support. The two I gave, won't get us to 100%, and may need to be paid out differently based upon how things break down. But it should get us close to usable everywhere :)
Jun 14 2020
On Sunday, 14 June 2020 at 06:56:57 UTC, Mike Parker wrote:[snip] Thanks, Rikki. I've supplemented your initial donation with a bit from the General Fund. https://www.flipcause.com/secure/cause_pdetails/ODcyMDE=Just matched it.
Jun 14 2020