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).

Logs
  • 15:28, 10 April 2024 Ashli Katt talk contribs created page Bleh (Created page with "{{infobox proglang |name=Bleh |paradigms=Functional |author=Ashli Katt |year=2024 |refimpl=Unimplemented |class=Unknown |files=<code>.bleh</code> }} == Overview == Bleh is a functional language with some imperative aspects. A Bleh script contains nothing but function declarations. (Which, themselves, contain 0 or more pattern -> expression mappings) Bitstrings are the only datatype, and pattern matching is used extensively. <code...")
  • 23:11, 8 June 2023 Ashli Katt talk contribs created page Bullshit (Created page with "{{infobox proglang |name=Bullshit |paradigms=Functional |author=Ashli Katt, zozi |year=2023 |refimpl=[Unimplemented] |class=Unknown |files=<code>.bullshit</code> }} == About == Bullshit is a procedural language designed with nothing in mind. It's based on nothing. It is designed to be as bullshit as possible while remaining a usable language. == Overview == A Bullshit program is a web of e...")
  • 13:53, 5 May 2023 Ashli Katt talk contribs created page Cast (Created page with "{{infobox proglang |name=Cast |paradigms=Functional |author=Ashli Katt |year=2023 |refimpl=[https://openprocessing.org/sketch/1916455#] |class=Unknown |files=<code>.cast</code> }} == About == Cast is an effectively-functional language based around casting datatypes between eachother. == Overview == A Cast program is a list of type definitions following this format: <pre> TypeName<Subtype1,...")
  • 13:22, 25 April 2023 Ashli Katt talk contribs created page User:Ashli Katt (Created page with "Hello, I'm Ashli K. I enjoy programming languages, especially the ones found here! ==== Languages I've Made ==== * Tupilled, a functional language with nothing but tuples. * Foreach, a language with only arrays, with only for-each and functions as control mechanisms. * Sheep, lambda calculus reskinned.")
  • 13:16, 25 April 2023 Ashli Katt talk contribs created page Sheep (Created page with "{{infobox proglang |name=Sheep |paradigms=Functional |author=Ashli Katt |year=2023 |class=Unknown |files=<code>.sheep</code> }} == About == Sheep is a functional esolang where the only datatype is lambda functions. It was invented by constantly simplifying and reducing another language idea, however it essentially became lambda calculus with prefix notation. == Overview == A Sheep program...")
  • 19:48, 20 April 2023 Ashli Katt talk contribs created page Foreach (Created page with "== About == For is an imperative esolang where the only data-type is arrays, and the only flow control is for-each loops. It was created by ~~~. == Overview == A Foreach program consists of any number of variable, constant, and function declarations; they may be declared like so: <pre> varName = value constName := value funcName parameterName statement </pre> <code>varName</code>, <code>constName</code>, <code>funcName</code>, etc are all identifiers. An identifier in...")
  • 06:59, 12 February 2023 User account Ashli Katt talk contribs was created