Re: Does D supports REPL

2016-05-25 Thread Seb via Digitalmars-d
On Wednesday, 25 May 2016 at 18:03:49 UTC, Carl Vogel wrote: It seems to me that both drepl and dabble are unsupported. It's not clear to me which one at this point is a better basis for a stable repl (I kind of prefer drepl, since the code is clearer to me, and I can mostly compile it.) If

Re: Does D supports REPL

2016-05-25 Thread Carl Vogel via Digitalmars-d
On Wednesday, 25 May 2016 at 19:38:42 UTC, jmh530 wrote: On Wednesday, 25 May 2016 at 00:55:52 UTC, Carl wrote: It's worth noting that some of those Jupyter kernels are pretty quirky/limited. For example in the C kernel, every cell is an isolated program with a main function. Which is not

Re: Does D supports REPL

2016-05-25 Thread jmh530 via Digitalmars-d
On Wednesday, 25 May 2016 at 00:55:52 UTC, Carl wrote: It's worth noting that some of those Jupyter kernels are pretty quirky/limited. For example in the C kernel, every cell is an isolated program with a main function. Which is not to say it wouldn't be great to have D integration, just

Re: Does D supports REPL

2016-05-25 Thread Carl Vogel via Digitalmars-d
On Wednesday, 25 May 2016 at 00:12:24 UTC, Seb wrote: On Tuesday, 24 May 2016 at 23:26:27 UTC, jmh530 wrote: On Tuesday, 24 May 2016 at 20:44:57 UTC, Seb wrote: Maybe we just need to move it to the dlang github namespace, s.t. it gets properly maintained and maybe even released with dmd/dub?

Re: Does D supports REPL

2016-05-24 Thread Carl via Digitalmars-d
On Wednesday, 25 May 2016 at 00:12:24 UTC, Seb wrote: On Tuesday, 24 May 2016 at 23:26:27 UTC, jmh530 wrote: On Tuesday, 24 May 2016 at 20:44:57 UTC, Seb wrote: Maybe we just need to move it to the dlang github namespace, s.t. it gets properly maintained and maybe even released with dmd/dub?

Re: Does D supports REPL

2016-05-24 Thread Seb via Digitalmars-d
On Tuesday, 24 May 2016 at 23:26:27 UTC, jmh530 wrote: On Tuesday, 24 May 2016 at 20:44:57 UTC, Seb wrote: Maybe we just need to move it to the dlang github namespace, s.t. it gets properly maintained and maybe even released with dmd/dub? Integration with Jupyter would be cool as well, but I

Re: Does D supports REPL

2016-05-24 Thread jmh530 via Digitalmars-d
On Tuesday, 24 May 2016 at 20:44:57 UTC, Seb wrote: Maybe we just need to move it to the dlang github namespace, s.t. it gets properly maintained and maybe even released with dmd/dub? Integration with Jupyter would be cool as well, but I have basically no idea how to accomplish that.

Re: Does D supports REPL

2016-05-24 Thread Seb via Digitalmars-d
On Tuesday, 24 May 2016 at 19:43:07 UTC, cym13 wrote: On Tuesday, 24 May 2016 at 19:38:50 UTC, Tanmoy Kar wrote: Hi, I came to know D today while surfing for next would be popular language. I did not go the forums, still just wanted to know whether D supports REPL (Read-Eval-Print Loop),

Re: Does D supports REPL

2016-05-24 Thread cym13 via Digitalmars-d
On Tuesday, 24 May 2016 at 19:38:50 UTC, Tanmoy Kar wrote: Hi, I came to know D today while surfing for next would be popular language. I did not go the forums, still just wanted to know whether D supports REPL (Read-Eval-Print Loop), like scala. where we can do a quick check of the small

Does D supports REPL

2016-05-24 Thread Tanmoy Kar via Digitalmars-d
Hi, I came to know D today while surfing for next would be popular language. I did not go the forums, still just wanted to know whether D supports REPL (Read-Eval-Print Loop), like scala. where we can do a quick check of the small code on the fly ( without going through the full cycle of