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).
- 21:08, 15 September 2024 Squidmanescape talk contribs created page Pathana (Created page with "Pathana is a programming language which is based on Malbolge. == Name == In the [https://en.wikipedia.org/wiki/Naraka_(Hinduism)#Number_and_names Manu Smriti], there are 21 levels of hell mentioned, the 17th of which is called Pathana. This name is a reference to the fact that, rather than bits or trits, Pathana operates on 17-values, hereby referred to as ''suboptimits''. == Data Structures == Pathana operates on an array of 17 ^ 17 = 827240261886336764177 cells....")
- 08:01, 14 September 2024 Squidmanescape talk contribs created page StatiC (Created page with "'''StatiC''' is a C-like language which is entirely static. It doesn't allocate or deallocate memory. == Syntax == The syntax is like C except you can't use malloc() and free(). You also can't use any standard functions unless you define them yourself, which means you can't use printf(). == Code Examples == === Integer === <code> int main() { int f = 5; return 0; } </code> Category:Languages Category:2024 Category:Unimplemented")
- 00:52, 28 December 2023 Squidmanescape talk contribs created page Descriptive Program (Created page with "Descriptive Program is a program which uses artificial intelligence. Specifically, it uses a supervised learning algorithm to correlate certain kinds of input to certain kinds of output. ==Specification== The code needs to be split into three parts: the training code, the expected output, and the actual code. All three of these should be collections of characters of some sort. The training code and expected output can consist of mult...")
- 19:57, 19 December 2023 Squidmanescape talk contribs created page (top,height) where (coord,value) (Created page with "This language is similar to (top, height) but the "x-value" of the coordinate is indicated explicitly, which allows for more compact code. Category:Works-in-Progress")
- 05:50, 13 December 2023 Squidmanescape talk contribs created page Morshu (Created page with "Morshu is an esolang based on [https://www.youtube.com/watch?v=X8HSnP1SiI0 the voice lines of Morshu]. Some of the lines have been changed == Specification {| class="wikitable" |+ Commands |- ! Text !! Function !! Example |- | <code>text separated by commas</code>. It's yours, <code>Variable</code>. || increments variable for each piece of text separated by commas in the first sentence || Lamp oil, rope, bombs. It's yours, my friend. (increments value of "my friend" by...")
- 08:21, 3 August 2023 Squidmanescape talk contribs created page User:Squidmanescape/Minimalization Attempt (no)
- 17:49, 16 May 2023 Squidmanescape talk contribs created page Capitalsim (Created page with "{{stub}} {{WIP}} Capitalsim is a programming language created in 2023 based on the idea of capitalism and wage labor, partially based on Haczyk. Capitalsim and Haczyk will probably be developed in parallel due to the similarities between the two, and due to Haczyk being a simpler language than Capitalsim in terms of programming. == What Needs to be Created == * Bank: ** it creates dollars ** the variable has to go to the bank to get dollars ** capitalists earn d...")
- 21:28, 10 May 2023 Squidmanescape talk contribs created page Category:Graph-based (Created page with "These esolangs store data in a graph.")
- 23:56, 2 May 2023 Squidmanescape talk contribs created page Minitree (Created page with "'''Minitree''', alternatively '''treefuck''', is a brainfuck derivative which applies brainfuck-like syntax to a binary tree rather than a tape, as well as being executed using a pre-order depth-first-search traversal of its code starting from the left as if its code was a complete or almost-complete binary tree with the first instruction being the root, the second instruction being the left branch, the fourth instruction being the...")
- 23:51, 2 May 2023 Squidmanescape talk contribs created page Treefuck (Redirected page to Minitree) Tag: New redirect
- 05:49, 29 April 2023 Squidmanescape talk contribs created page Talk:Hardfish (I wrote this interpreter which seems to work.)
- 04:41, 20 January 2023 Squidmanescape talk contribs created page Danicb (Created page with "'''Danicb''', otherwise known as '''ffff f ffffffffffffff fffffffff fff ff''', is a programming language which is based on many other programming languages. This language is most obviously based on a language called '''Danica''' made by someone who does not wish to be named. ==User Code== The user code can only consist of f and space. If any other characters are included, the error "f" is thrown. Groups of f's are separated by spaces. There can only be groups of 1...")
- 02:48, 4 August 2022 Squidmanescape talk contribs moved page User:Sphyrna to LambdaStack (I can.)
- 02:32, 4 August 2022 Squidmanescape talk contribs moved page User:Squidmanescape to User:Sphyrna (I want to do it.)
- 09:48, 29 June 2022 Squidmanescape talk contribs created page Branchback (Created page with "Branchback is an esolang based on a binary tree. I assume it is functional, but only because every Branchback program theoretically results in a single value. == Instructions...")
- 19:17, 30 December 2021 Squidmanescape talk contribs created page User:Squidmanescape/Languages By Year Which are Neither Implemented Nor Jokes (Created page with "This page features languages which are in neither the Category:Implemented nor Category:Joke languages category, including but not limited to explicitly unimplemented...")
- 07:45, 14 December 2021 Squidmanescape talk contribs created page User:Squidmanescape/Unimplemented By Date (Created page with "==Languages I Explicitly Won't Ever Implement== {| class="wikitable" |- ! Reason !! Applicable Languages |- | I don't understand the specifications. | (0), Turinf machin...")
- 19:48, 11 December 2021 Squidmanescape talk contribs moved page Hacrzyk to Haczyk
- 19:46, 11 December 2021 Squidmanescape talk contribs created page Hacrzyk (Created page with "Hacrzyk is a language heavily based on Crazy, but it is smaller and therefore easier to implement. Category:Works-in-Progress")
- 02:34, 11 December 2021 Squidmanescape talk contribs created page User talk:Squidmanescape (Created page with "I have decided to create this talk page.")
- 08:25, 27 November 2021 Squidmanescape talk contribs created page 2Deadfish/Constants (Created page with "This page serves to find the shortest way to output a number as the final one in Deadfish using the fewest commands. Note that this is different from Deadfish/Constants b...")
- 23:57, 26 November 2021 Squidmanescape talk contribs created page (top, height) (Created page with "'''(top, height)''' is a two-dimensional language where the pointer's x-coordinate is based on the value at the top of the stack, while the y-coordinate is based on the height...")
- 20:51, 25 November 2021 Squidmanescape talk contribs created page 2Deadfish (Created page with "'''2Deadfish''', also optionally called '''2Deadfishnoto''', is a 2D variant of Deadfish in which whenever a command is read, the program pointer direction changes based o...")
- 19:43, 21 November 2021 Squidmanescape talk contribs created page User:Squidmanescape/Gray Snail Interpreter Links (Created page with "This page exists so that I can post Gray Snail interpreters when I don't know where to post them, in case I end up changing my GitHub setup. ==Bitwise Cyclic Tag== <pre>...")
- 08:20, 21 November 2021 Squidmanescape talk contribs created page Esointerpreters (I feel like people will forget to capitalize that i, considering I keep forgetting to do that when I want to search for this.) Tag: New redirect
- 22:53, 24 October 2021 Squidmanescape talk contribs created page User:Squidmanescape (Created page with "Hello! I am Squidmanescape, and I like Gray Snail! ==Accounts== *[https://github.com/Ramanuj-Sarkar Github]")
- 22:44, 24 October 2021 User account Squidmanescape talk contribs was created