Programming Language meets UI
See the codePigment is an experiment in programming language design. It's built on top of the incredible Epigram programming language.
The fundamental design consideration behind Pigment is cooperation. The programmer and the programming environment should both do the things that they're good at, to build programs together.
A few examples of things I think the computer is better at than me:
I'm sick of the hostile relationship I have with my compiler. It sits there silently while I do all the hard work. Then when I submit a program, most of the time it tells me I've made a mistake. Half the time it's done enough work to fix the program itself, but instead I get a cryptic error message.
This iteration of Pigment was born from a starter kit -- React Redux Universal Hot Example. From which it inherited the following technologies:
npm install
npm run dev
npm run build
npm run start
Pigment is MIT licensed.
JavaScript
96.5%
CSS
3.5%
Programming Language meets UI
See the codePigment is an experiment in programming language design. It's built on top of the incredible Epigram programming language.
The fundamental design consideration behind Pigment is cooperation. The programmer and the programming environment should both do the things that they're good at, to build programs together.
A few examples of things I think the computer is better at than me:
I'm sick of the hostile relationship I have with my compiler. It sits there silently while I do all the hard work. Then when I submit a program, most of the time it tells me I've made a mistake. Half the time it's done enough work to fix the program itself, but instead I get a cryptic error message.
This iteration of Pigment was born from a starter kit -- React Redux Universal Hot Example. From which it inherited the following technologies:
npm install
npm run dev
npm run build
npm run start
Pigment is MIT licensed.
JavaScript
96.5%
CSS
3.5%