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
  • 11:01, 4 May 2025 Luohoa97 talk contribs created page Talk:Aether (Created page with "Is this a mere concept or a working language? ~~~~")
  • 10:40, 4 May 2025 Luohoa97 talk contribs created page Aetherc (Created page with "# Aetherc The official Aether [https://aetherc.vercel.app website] ## Purpose Aetherc is a programming language to solve issues like bad syntax and the slowness of interpreted languages. Aether is a general purpose language like ''C'' or ''Lua''. ## Examples of Aether: ```aether const var1 = "Hello" const var2 = "World!" print(var1..var2) -- Concatenates var1 and var2 ``` The resulting llvm ir code is: ```llvm @str = private unnamed_addr constant [12 x i8] c"Hello...")
  • 10:14, 4 May 2025 User account Luohoa97 talk contribs was created