Have you heard of Intercal?
Features:
- No goto (thank god) but instead a comefrom
- Instructions only have a 30% chance of being executed unless 'please' is put before them
- Only two instructions (apart from IO) 'pack' and 'leave'
- Pack takes a 32-bit word and shunts all the ones up to most significant end
- Leave takes two 32-bit words and interleaves them to give a 64-bit word
( ,
Wed 5 Mar 2003, 1:41,
archived)
- No goto (thank god) but instead a comefrom
- Instructions only have a 30% chance of being executed unless 'please' is put before them
- Only two instructions (apart from IO) 'pack' and 'leave'
- Pack takes a 32-bit word and shunts all the ones up to most significant end
- Leave takes two 32-bit words and interleaves them to give a 64-bit word