digitalmars.D - Online programming playground
- Vishal Rana (4/4) Sep 20 2019 Folks,
- Max Haughton (2/6) Sep 20 2019 Unfortunately it's on an ancient compiler build
- Vishal Rana (2/10) Sep 20 2019 How come? I am using latest `gdd`.
- rikki cattermole (7/19) Sep 20 2019 The gdc version you used was added to gdc for the purpose of
- Max Haughton (4/17) Sep 20 2019 GCC is still built against DMD 2.068, hopefully this will change
- Vishal Rana (2/21) Sep 20 2019 I wasn't aware of that. Just upgraded to use `dmd`.
- Dennis (8/10) Sep 20 2019 For my online D needs I like run.dlang.org for its versatility
- Vishal Rana (2/12) Sep 20 2019 Thanks for your feedback. Yes, I am the founder.
- John Colvin (2/6) Sep 20 2019 I like the speed
- Jonathan Marler (10/14) Sep 20 2019 You may want to look into making the linux process that runs the
- Guillaume Piolat (2/6) Sep 21 2019 Cool, much faster than ideone!
- a11e99z (2/5) Sep 21 2019 "Share" button is disabled. should i be logged in? why?
Folks, I wanted to shared https://code.labstack.com/d, an online D programming playground. I hope you will find it useful. Thanks.
Sep 20 2019
On Friday, 20 September 2019 at 17:52:26 UTC, Vishal Rana wrote:Folks, I wanted to shared https://code.labstack.com/d, an online D programming playground. I hope you will find it useful. Thanks.Unfortunately it's on an ancient compiler build
Sep 20 2019
On Friday, 20 September 2019 at 17:54:21 UTC, Max Haughton wrote:On Friday, 20 September 2019 at 17:52:26 UTC, Vishal Rana wrote:How come? I am using latest `gdd`.Folks, I wanted to shared https://code.labstack.com/d, an online D programming playground. I hope you will find it useful. Thanks.Unfortunately it's on an ancient compiler build
Sep 20 2019
On 21/09/2019 6:00 AM, Vishal Rana wrote:On Friday, 20 September 2019 at 17:54:21 UTC, Max Haughton wrote:The gdc version you used was added to gdc for the purpose of bootstrapping newer versions of gdc. The frontend version of it is 2.068. So yes it is very old. It should support dmd + ldc + gdc they differ on the backends, but dmd is the reference implementation.On Friday, 20 September 2019 at 17:52:26 UTC, Vishal Rana wrote:How come? I am using latest `gdd`.Folks, I wanted to shared https://code.labstack.com/d, an online D programming playground. I hope you will find it useful. Thanks.Unfortunately it's on an ancient compiler build
Sep 20 2019
On Friday, 20 September 2019 at 18:00:42 UTC, Vishal Rana wrote:On Friday, 20 September 2019 at 17:54:21 UTC, Max Haughton wrote:GCC is still built against DMD 2.068, hopefully this will change soon but if you want more modern features you have to use dmd or ldc. It should really be dmd anyway for faster compilesOn Friday, 20 September 2019 at 17:52:26 UTC, Vishal Rana wrote:How come? I am using latest `gdd`.Folks, I wanted to shared https://code.labstack.com/d, an online D programming playground. I hope you will find it useful. Thanks.Unfortunately it's on an ancient compiler build
Sep 20 2019
On Friday, 20 September 2019 at 19:25:07 UTC, Max Haughton wrote:On Friday, 20 September 2019 at 18:00:42 UTC, Vishal Rana wrote:I wasn't aware of that. Just upgraded to use `dmd`.On Friday, 20 September 2019 at 17:54:21 UTC, Max Haughton wrote:GCC is still built against DMD 2.068, hopefully this will change soon but if you want more modern features you have to use dmd or ldc. It should really be dmd anyway for faster compilesOn Friday, 20 September 2019 at 17:52:26 UTC, Vishal Rana wrote:How come? I am using latest `gdd`.Folks, I wanted to shared https://code.labstack.com/d, an online D programming playground. I hope you will find it useful. Thanks.Unfortunately it's on an ancient compiler build
Sep 20 2019
On Friday, 20 September 2019 at 17:52:26 UTC, Vishal Rana wrote:I wanted to shared https://code.labstack.com/d, an online D programming playground. I hope you will find it useful.For my online D needs I like run.dlang.org for its versatility (you can also specify flags, format, output the AST, output assembly, output LLVM IR etc.), but it's cool that D is included in labstack. I like the response times, ideone.com takes 14 seconds to run a Java hello world while labstack takes 1 second. Did you make the site? I see you are one of the admins.
Sep 20 2019
On Friday, 20 September 2019 at 18:28:16 UTC, Dennis wrote:On Friday, 20 September 2019 at 17:52:26 UTC, Vishal Rana wrote:Thanks for your feedback. Yes, I am the founder.I wanted to shared https://code.labstack.com/d, an online D programming playground. I hope you will find it useful.For my online D needs I like run.dlang.org for its versatility (you can also specify flags, format, output the AST, output assembly, output LLVM IR etc.), but it's cool that D is included in labstack. I like the response times, ideone.com takes 14 seconds to run a Java hello world while labstack takes 1 second. Did you make the site? I see you are one of the admins.
Sep 20 2019
On Friday, 20 September 2019 at 17:52:26 UTC, Vishal Rana wrote:Folks, I wanted to shared https://code.labstack.com/d, an online D programming playground. I hope you will find it useful. Thanks.I like the speed
Sep 20 2019
On Friday, 20 September 2019 at 17:52:26 UTC, Vishal Rana wrote:Folks, I wanted to shared https://code.labstack.com/d, an online D programming playground. I hope you will find it useful. Thanks.You may want to look into making the linux process that runs the executable on your server more secure. I played around with it and was able to list alot of system files. I could also make outgoing network requests using the socket API. I could cat /etc/passwd and see all the users. Not sure what you've done to secure it so far but the allowing the process to have network access is definitely not something you want. You're opening that machine up to be used as a proxy for network attacks by malicious users.
Sep 20 2019
On Friday, 20 September 2019 at 17:52:26 UTC, Vishal Rana wrote:Folks, I wanted to shared https://code.labstack.com/d, an online D programming playground. I hope you will find it useful. Thanks.Cool, much faster than ideone!
Sep 21 2019
On Friday, 20 September 2019 at 17:52:26 UTC, Vishal Rana wrote:Folks, I wanted to shared https://code.labstack.com/d, an online D programming playground. I hope you will find it useful."Share" button is disabled. should i be logged in? why?
Sep 21 2019