Re: [dev] Suckless/Simple version control

2019-12-12 Thread David Phillips
On Mon, Dec 09, 2019 at 10:42:09AM +0100, Kurt Van Dijck wrote: > On ma, 09 dec 2019 21:22:05 +1300, David Phillips wrote: > > On Mon, Dec 09, 2019 at 05:47:42AM +, Jacob Louis Prosser wrote: > > > Hey all, > > > > > > I started working on my own version control system working with > > > patc

Re: [dev] Re: My take at a static site generator

2019-12-12 Thread Adrian Grigore
What exactly are your dissatisfactions? On 12/12/19, Marc Chantreux wrote: > hello, > > On Wed, Dec 11, 2019 at 09:02:00PM +0200, Adrian Grigore wrote: >> That was my issue, the need to implement things. Along my HTML code, I >> also have to implement or include libraries for common functionality

Re: [dev] Re: My take at a static site generator

2019-12-12 Thread Marc Chantreux
hello, On Wed, Dec 11, 2019 at 09:02:00PM +0200, Adrian Grigore wrote: > That was my issue, the need to implement things. Along my HTML code, I > also have to implement or include libraries for common functionality. > loop(‘i’,10,‘Counter is i’) > vs > i = 1 > while ... > #! well ... i can't get