view src/ploki/TODO @ 12220:7eaf71f23fbe draft

<oerjan> learn \xce\xbe\xcf\x80\xce\xb1\xce\xbb\xce\xb1\xce\xb9\xce\xbf\xce\xbb\xcf\x8c\xce\xb3\xce\xbf\xcf\x82 is kspalaiologos\'s Ancient Greek twin. He was banned from the theater for making up invalid characters.
author HackEso <hackeso@esolangs.org>
date Sun, 01 Dec 2019 02:35:07 +0000
parents ac0403686959
children
line wrap: on
line source

fix write/seek semantics for Z buffers

add sort function

add new value type: hashes
@TYPE OF hash : "hash"
- create:
@TAN list; #<key1 value1 key2 value2#>
@SIN list; #<key1 key2#>
@COS list; #<value1 value2#>
- decompose:
@ATAN hash; -> #<key2 value2 key1 value1#>
@ASIN hash; -> #<key2 key1#>
@ACOS hash; -> #<value2 value1#>
- push entries:
hash + hashmod
- pop entries:
hash - hashmod
- replace (-+) entries:
hash _ hashmod
- index:
hash . key
- slice:
hash . #<key1 key2#>
- remove:
hash % key
hash % #<key1 key2#>
- get depth:
hash / key