Giter Site home page Giter Site logo

aoc2022's Introduction

aoc2022

Solutions to (some) puzzles from Advent of Code 2022 in three languages:

  • ฮป Haskell ฮป, a lazy, declarative functional programming language
  • ๐Ÿฆ€ Rust ๐Ÿฆ€, a safety-conscious systems programming language
  • โ˜• Javascript + Node + TypeScript โ˜•, the contemporary full-stack web dev "language"

It uses devcontainers, the containerization tool for VSCode, to separate the three languages from each other and to make the solutions more portable.

aoc2022's People

Contributors

charlesfrye avatar

Stargazers

 avatar

Watchers

 avatar  avatar

aoc2022's Issues

finish automation of setup of node.js+typescript projects

I need to get the equivalent of running eslint --init and selecting my preferred options into the Makefile.

Just doing that command gets us pretty far (but is interactive), then I think need:

npm install eslint-config-standard-with-typescript

and to set the parserOptions.project in the .eslintrc.json, not sure how to do the latter programmatically (without falling back on awk/sed).

According to error messages, would have to drop at least the "dot-notation" rule in order to avoid the project setting, not sure how standard that is

improve the Haskell setup

I had to pivot to a simpler devcontainer on day 1 because the buildtimes for the more opinionated container were too long

using stack init is a bit much -- it generates changelog, license, readme, etc.

i could just write a quick script to clean the results up and to add make targets for that and for an "environment". if i can get the "name" to be aoc, i can also remove the need to change the executable name for different days

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.