All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Esolang. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:16, 22 October 2024 Alidonis12 talk contribs created page User:Alidonis12/sandbox/garbagenet (Created page with "It's currently in a document on my desktop, I'll make a wiki article when I finish it this time.")
- 14:10, 27 May 2024 Alidonis12 talk contribs created page User:Alidonis12/sandbox/ref (Created page with "ref is a joke esolang made by User:Alidonis12. In ref, every variable and type is a reference to an object. There are no direct values. This means, every value type cannot be directly used. Instead, a reference to an object requires chaining member calls to do otherwise basic tasks. take the followinf sample code: > var a = integer.new(integer->value->65) > a->add(integer->value->1) > a->output(stdout) As shown here, integer is an object. using the add and output metho...")
- 00:57, 23 March 2024 Alidonis12 talk contribs created page User:Alidonis12/sandbox/casm (Created page with "'''Casm''' (pronounced /ˈkæzəm/) is an esoteric programming language invented by ~~~ inspired by 6502 assembly and C. Casm uses 16-bit addresses. Therefore, it is only be able to address up to '64K' (65535) bytes of contiguous memory. However, data values are only 8-bit. Casm has 4 independently controlled registers in addition to the accumulator, labeled A through D. There are 3 possible addressing mode: '''value, address and register'''. The first is written with...")
- 00:14, 23 March 2024 Alidonis12 talk contribs created page User:Alidonis12/sandbox (Created page with "This is my esolangs sandbox. Most of these will probably never see the light off day! {| class="wikitable" |+ Esolangs Sandbox Navigation |- ! Esolang !! Link |- | Example || Example |}")
- 00:12, 23 March 2024 Alidonis12 talk contribs created page User:Alidonis12 (Created my page)
- 23:56, 22 March 2024 User account Alidonis12 talk contribs was created