[dev] New Suckless computer language?

2016-07-22 Thread Daniel V
Hi! Is there any interest in a small new computer language? A few years back I found a new way to make computer languages. To prove my point, I made 2 compilers for the language. One in javascript, with a complete development environment in less than 1000 SLOC, with realtime compiling, that comp

Re: [dev] New Suckless computer language?

2016-07-22 Thread Martin Kühne
On Fri, Jul 22, 2016 at 8:46 PM, Daniel V wrote: > Is there any need for a new language, or is C good enough? > Give us the code already. In case you're asking for a repo on git.suckless.org the answer is probably no, but in general we are always keen to see quality content - and/or amuse oursel

Re: [dev] New Suckless computer language?

2016-07-22 Thread Quentin Carbonneaux
On Fri, Jul 22, 2016 at 08:46:50PM +0200, Daniel V wrote: > Is there any interest in a small new computer language? What would it do better than C? If it's just a compiler improvement, we're already working on it. -- Quentin

Re: [dev] New Suckless computer language?

2016-07-22 Thread lukáš Hozda
I am not much of a fan of VM-based languages, but sure, there is the interest, but let me quote Linus Torvalds: "Talk is cheap, show me the code" I can't say for sure that I will be interested in a language until I see it with my own two eyes. regards, Lukáš 2016-07-22 21:51 GMT+02:00 Quentin C

Re: [dev] New Suckless computer language?

2016-07-22 Thread Daniel V
2016-07-22 21:51 GMT+02:00, Quentin Carbonneaux : > On Fri, Jul 22, 2016 at 08:46:50PM +0200, Daniel V wrote: >> Is there any interest in a small new computer language? > > What would it do better than C? > > If it's just a compiler improvement, we're already working > on it. > > -- > Quentin > It

Re: [dev] New Suckless computer language?

2016-07-22 Thread Daniel V
2016-07-22 22:20 GMT+02:00, lukáš Hozda : > I am not much of a fan of VM-based languages, but sure, there is the > interest, > but let me quote Linus Torvalds: > > "Talk is cheap, show me the code" > > I can't say for sure that I will be interested in a language until I > see it with my > own two e

Re: [dev] New Suckless computer language?

2016-07-22 Thread Robert Ransom
http://lmgtfy.com/?q=free+Git+hosting On 7/22/16, Daniel V wrote: > 2016-07-22 22:20 GMT+02:00, lukáš Hozda : >> I am not much of a fan of VM-based languages, but sure, there is the >> interest, >> but let me quote Linus Torvalds: >> >> "Talk is cheap, show me the code" >> >> I can't say for sure

Re: [dev] New Suckless computer language?

2016-07-22 Thread Daniel V
2016-07-22 22:51 GMT+02:00, Robert Ransom : > http://lmgtfy.com/?q=free+Git+hosting > Ha, ha, ha... Thanks for the link :-) // Daniel V.

Re: [dev] New Suckless computer language?

2016-07-22 Thread lukáš Hozda
Oh it's not? That's neat, but please, show us the code already :) regards, 2016-07-22 22:44 GMT+02:00 Daniel V : > 2016-07-22 22:20 GMT+02:00, lukáš Hozda : >> I am not much of a fan of VM-based languages, but sure, there is the >> interest, >> but let me quote Linus Torvalds: >> >> "Talk is chea

[dev] new pre-patched version of dwm available

2016-07-22 Thread Britton Kerin
dwm needs patches to be good but the patches area is a mess and I couln't get along with devs about fixing it, so I thought a pre-rolled version of dwm might be useful instead: brittonkerin.com/sdwm It consists of the dwm head + the following fixed and merged patches: =pertag= because having

Re: [dev] New Suckless computer language?

2016-07-22 Thread Martin Kühne
So I found your sourceforge project page [0]. I don't know whether you failed at setting up your git to upload your project, or whether this is the accomplished project already. In the latter case, I want to congratulate you for your impressive verbosity about your equally impressive codebase, whic

Re: [dev] New Suckless computer language?

2016-07-22 Thread lukáš Hozda
@Martin Kühne thanks to you, I am now laughing like an idiot, that message made my day. regards, Lukáš 2016-07-23 0:21 GMT+02:00 Martin Kühne : > So I found your sourceforge project page [0]. I don't know whether you > failed at setting up your git to upload your project, or whether this > is th

Re: [dev] new pre-patched version of dwm available

2016-07-22 Thread lukáš Hozda
Very nice! Keep up the good work, regards, Lukáš 2016-07-22 23:54 GMT+02:00 Britton Kerin : > dwm needs patches to be good but the patches area is a mess and I > couln't get along with devs about fixing it, so I thought a pre-rolled > version of dwm might be useful instead: > > brittonkerin.com/s

Re: [dev] New Suckless computer language?

2016-07-22 Thread Quentin Carbonneaux
On Fri, Jul 22, 2016 at 10:37:54PM +0200, Daniel V wrote: > It's not C. It's a new language. The benefit is that you can get a > basic understanding of what the compiler does fast. It's next to > impossible to hide how it compiles and what type of code it generates. > So it could be used for securi

Re: [dev] new pre-patched version of dwm available

2016-07-22 Thread Quentin Carbonneaux
On Fri, Jul 22, 2016 at 01:54:36PM -0800, Britton Kerin wrote: > dwm needs patches to be good [...] Do *you* also need patches to be good?

Re: [dev] New Suckless computer language?

2016-07-22 Thread Daniel V
Ok! The latest compiler written in C, and outputs byte code that can run in the VM. Before I let it out there, I have a few things I would like to fix first, like output of x86 binaries. And I like to split the project to several projects, so the language, the compiler, and the VM has separate na