Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codeconscious/dojo
A small workshop where I try out various languages and such.
https://github.com/codeconscious/dojo
Last synced: 1 day ago
JSON representation
A small workshop where I try out various languages and such.
- Host: GitHub
- URL: https://github.com/codeconscious/dojo
- Owner: codeconscious
- Created: 2023-02-21T23:56:13.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-23T13:31:08.000Z (6 months ago)
- Last Synced: 2024-06-23T14:42:04.758Z (6 months ago)
- Language: F#
- Homepage:
- Size: 175 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Dojo
A very small workshop where I try out various languages and technologies. Keep in mind that this is just for practice and experimentation, so there's nothing much to see...
| Language | Notes |
|---|---|
| Bash scripting | Definitely need to pick up more of this. |
| Crystal | Basically Ruby, but with strong types and compile-time checks. |
| *F#* | Since I'm familiar with C# and .NET, and I'm interested in functional programming, this one seems like a natural match. I'm pretty into it these days... |
| Go | Need to look more into this one. |
| GraphQL | Picked up for work. Pretty interesting. |
| Haskell | Another small foray into functional programming. |
| Kotlin | Haven't dug in much, but it seems pretty nice. |
| Python | I should look more into it since it's so ubiquitous these days. |
| Ruby | Picked up for work. Nice as a scripting language. |
| *Rust* | Strong favorite! I hope to use Rust more in the future. |
| Typescript | JavaScript with strong types |