1
0
Fork
You've already forked exercism
0
🏆 My Exercism coding solutions. Learn and grow through practical exercises, and have coding fun!
  • Rust 36.4%
  • Python 32.4%
  • Shell 26.8%
  • Go 3.1%
  • Julia 1.1%
  • Other 0.1%
2026年03月21日 20:50:29 +01:00
bash Forgot about .sh files that needs to be executable 2024年11月16日 20:24:30 +01:00
go add go binary search solution 2026年03月21日 20:50:29 +01:00
julia Add julia word-count exercise to solve 2024年06月29日 23:37:42 +02:00
lua Add lua hello-world solution 2024年02月25日 11:50:40 +01:00
python Add python mecha-munch-management exercise 2024年05月10日 22:40:55 +02:00
r Update .gitignore so it's more universal (.exercism/) 2024年02月11日 20:33:43 +01:00
rust add rust alphametics exercise 2024年11月22日 15:37:34 +01:00
.gitignore Update .gitignore so it's more universal (.exercism/) 2024年02月11日 20:33:43 +01:00
exercism-logo.svg Added exercism-logo 2022年09月02日 14:05:34 +02:00
LICENSE Initial commit 2022年08月21日 17:19:19 +00:00
README.md Procrastinated MD prettifying because of ugly HTML syntax (now it's done) 2023年03月25日 19:54:32 +01:00

Exercism

ExercismLogo

My Exercism solutions because I have a lot of fun with programming.

Tools

I code with the help of these tools:

  • Tester - helps run and manage tests, ensuring your code works as expected.
  • Linter - analyzes your code for potential errors, stylistic issues, and enforces best practices.
  • Formatter - automatically formats your code to a consistent style, making it easier to read and maintain.
  • Dependency Manager - helps manage and track external libraries and packages your project relies on, ensuring compatibility and simplifying updates.
  • Type Checker - validates the data types in your code, helping to catch type-related errors and improve overall code safety.
  • LSP (Language Server Protocol) - a standardized protocol for communication between text editors or IDEs and language servers, enabling features like code completion, syntax highlighting, and error checking.

Tracks

Rust

RustLogo

Python

PythonLogo

Bash

BashLogo

Future

Lua

LuaLogo

Go

GoLogo

R

RLogo

Haskell

HaskellLogo