|
|
|
|
|
by sklogic
3692 days ago
|
|
> These are functions, it doesn't get any simpler than that Simplicity of the building blocks does not affect complexity of the resulting mess of code. Look, Brainfuck have only 8 operators. It cannot get much simpler than that. Once you learn all 8 operators no new constructs require any learning. Does it help at all? No. You're stuck at a pathetic abstraction level. Same with your functions. They're limiting your abstraction level, therefore making it impossible to make things simple. And your DSL example shows it in quite a dramatic way - it is a horrible mess and nothing but a horrible mess. It can be somewhat handy for the users, but the implementation is plain awful. |
|