The Onyx Programming Language for Advent of Code 2023

Sdílet
Vložit
  • čas přidán 24. 07. 2024
  • Wanting to learn a new language for the Advent of Code this year? Learn how to setup the new Onyx programming language on your system for the Advent of Code.
    About Onyx - Onyx is a new programming language featuring a modern, expressive syntax, strict type safety, blazingly-fast build times, and out-of-the-box cross platform support thanks to WebAssembly.
    Important Links:
    Onyx website - onyxlang.io
    Onyx GitHub - github.com/onyx-lang/onyx
    Advent of Code - adventofcode.com/2023
    0:00 Introduction
    0:15 Onyx Introduction
    1:00 Installing Onyx
    3:18 Creating the project
    5:30 Installing the VS Code plugin
    6:23 Writing a program
    8:50 Setting up the language server
    12:52 Reading contents of a file
    14:28 Onyx Playground
    18:36 Outro
  • Věda a technologie

Komentáře • 3

  • @blaisepascal3905
    @blaisepascal3905 Před 2 měsíci

    Beautiful!

  • @Evan_M_55
    @Evan_M_55 Před 7 měsíci +1

    Hey, I think the windows zip is missing the .dll file needed to run.

    • @onyxlang
      @onyxlang  Před 7 měsíci +1

      Yes, it was! There was an error in the automated build that somehow slipped through the cracks. I have re-uploaded the Windows version with everything that should be needed to run.