Hacker News new | ask | show | jobs
by konjin 1972 days ago
Another word for DSLs is functions (and objects).

DSLs are just better integrated into the base language so your source code doesn't look like:

    three = two.add(one)