Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

Conceptual

< >

Conceptual is a programming language created in 2019.

#1960on PLDB 5Years Old
Download source code:
git clone https://github.com/Antipurity/conceptual

An experimental programming language / IDE of evil.


Example from the web:
concept ( map txt '(examples F): Returns examples of usage of a function, in `(… (CodeString BecomesString) …)` format. (examples): Returns all available examples in a (… (Name … (CodeString BecomesString) …) …) format.' call (_jsEval "function(f) { if (_isArray(f)) return error if (f === undefined) { // Accumulate all examples (from parse.ctx). const result = [map] parse.ctx.forEach((v,k) => { if (k[0] === '_') return const r = _getDataOverride(v, examples) if (r !== undefined) result.push(v, r) }) return result } else return _checkOverride(f, examples, f) }"

View source

- Build the next great programming language · About · Acknowledgements · Extensions · Day 630 · Donate · feedback@pldb.io