Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/patrickm663/sandbox
A place to hold simple projects as I explore a language.
https://github.com/patrickm663/sandbox
dlang fennel lua nim rust zig
Last synced: 20 days ago
JSON representation
A place to hold simple projects as I explore a language.
- Host: GitHub
- URL: https://github.com/patrickm663/sandbox
- Owner: patrickm663
- License: bsd-3-clause
- Created: 2023-03-26T19:44:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-21T13:27:15.000Z (over 1 year ago)
- Last Synced: 2024-11-16T09:18:57.084Z (3 months ago)
- Topics: dlang, fennel, lua, nim, rust, zig
- Language: Makefile
- Homepage:
- Size: 21.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
# Sandbox
This repo serves as a testing ground for various languages. I really enjoy learning new languages and different approaches to solving problems.The programmes here are written for fun and to track progress as I pick up new languages and see what sticks. Some of these may break, some are repeated, and some may grow to form bigger projects eventually -- but mostly they're written to get to grips with syntax.
## Languages
This started as a place to hold Lua code but has since expanded to Fennel, D, Zig, and more on the horizon. Nim is the latest language I'm looking at. It looks interesting so far! It feels like a better Python with optional static typing.