Giter Club home page Giter Club logo

advent-of-code-2022's Introduction

advent of code 2022

what? for the first time ever, the advent of code solutions i'm actually competing with, in noulith, a programming language that got into my head this year. (i'm not going for perfect "authenticity" and will polish my solutions a bit between submitting and pushing.) that repo's README has some documentation, plus i did the 2016 puzzles a few days ago if you want more code samples.

how? you can build noulith with the full feature flags cargo build --release --features cli,request,crypto as you would any other rust project, put your session cookie from the advent of code website (a length-128 hexadecimal string) into a file called session, then run any day's program. or if you don't trust this with your session cookie, you can just make an empty file called session, put your input into p$DAY.in, and see what it tries to submit; it will ask for confirmation via stdin/stdout first. (i will try not to make breaking changes to the noulith interpreter this month, but can't guarantee they won't happen) for more realism, use fish shell and source env.fish before each day.

why? why not?

note: my goal this year is firstly to finish all puzzles using only noulith, and only secondly to go for the leaderboard (if that?); if this language isn't performant enough or lacks some feature needed to solve some day's puzzle within a competitive timeframe, oh well.

note: i don't really anticipate anybody actually trying to learn or run noulith programs, or i'd write more. if you actually try to do any of this and have questions, run into problems, or just generally think more documentation would help, feel free to open an issue or message me on any of the 200 social media platforms i'm on

advent-of-code-2022's People

Contributors

betaveros avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.