Skip to content

Linefeed is my own programming language whose main purpose is to enable very minimal, clean, and readable solutions for competitive programming problems.

Notifications You must be signed in to change notification settings

avborup/linefeed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linefeed

A language specifically tailored for writing clean solutions for Advent of Code.

Warning

It is currently in a very early, exploratory stage.

Examples

To demonstrate the syntax and features of Linefeed, solutions for Advent of Code 2020 have been implemented in Linefeed. They can be found in tests/linefeed/advent_of_code_2020.

Planned features

See #1 for a tracking issue.

Why the name?

The idea of creating Linefeed was born when I did Advent of Code 2024, where I wanted a language specifically tailored for writing clean solutions for Advent of Code:

  1. It's a reference to having to read and print lines of text, each separated by a line feed.
  2. It's a nod to the Christmassy origin of Advent of Code. The common acronym for line feed is LF, which sounds like elf.

About

Linefeed is my own programming language whose main purpose is to enable very minimal, clean, and readable solutions for competitive programming problems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages