diff options
Diffstat (limited to 'content')
| -rw-r--r-- | content/json/interests.json | 30 | ||||
| -rw-r--r-- | content/static/interests.gmi | 33 |
2 files changed, 30 insertions, 33 deletions
diff --git a/content/json/interests.json b/content/json/interests.json new file mode 100644 index 0000000..981efa6 --- /dev/null +++ b/content/json/interests.json @@ -0,0 +1,30 @@ +{ + "Programming Languages": { + "AngelScript": "https://www.angelcode.com/angelscript/", + "Metalang99": "https://github.com/Hirrolot/metalang99", + "PureScript": "https://www.purescript.org/", + "Crystal": "https://crystal-lang.org/", + "Haskell": "https://www.haskell.org/", + "Cython": "https://cython.org/", + "Gradle": "https://gradle.org/", + "Kotlin": "https://kotlinlang.org/", + "Julia": "https://julialang.org/", + "Ocaml": "https://ocaml.org/", + "Scala": "https://www.scala-lang.org/", + "Dart": "https://dart.dev/", + "Ruby": "https://www.ruby-lang.org/", + "Silq": "https://silq.ethz.ch/", + "Nim": "https://nim-lang.org/", + "Zig": "https://ziglang.org/", + "Q#": "https://docs.microsoft.com/en-us/azure/quantum/overview-what-is-qsharp-and-qdk", + "D": "https://dlang.org/", + "V": "https://vlang.io/" + }, + "Frameworks": { + "Flutter": "https://flutter.dev/", + "Svelte": "https://svelte.dev/", + "Amber": "https://amberframework.org/", + "Rails": "https://rubyonrails.org/", + "Haxe": "https://haxe.org/" + } +}
\ No newline at end of file diff --git a/content/static/interests.gmi b/content/static/interests.gmi deleted file mode 100644 index 3d94590..0000000 --- a/content/static/interests.gmi +++ /dev/null @@ -1,33 +0,0 @@ -# Interests - -A collection of somethings that I think are pretty neat and am considering picking up sometime in the future. - -## Programming Languages - -=> https://www.angelcode.com/angelscript/ AngelScript -=> https://github.com/Hirrolot/metalang99 Metalang99 -=> https://www.purescript.org/ PureScript -=> https://crystal-lang.org/ Crystal -=> https://www.haskell.org/ Haskell -=> https://cython.org/ Cython -=> https://gradle.org/ Gradle -=> https://kotlinlang.org/ Kotlin -=> https://julialang.org/ Julia -=> https://ocaml.org/ Ocaml -=> https://www.scala-lang.org/ Scala -=> https://dart.dev/ Dart -=> https://www.ruby-lang.org/ Ruby -=> https://silq.ethz.ch/ Silq -=> https://nim-lang.org/ Nim -=> https://ziglang.org/ Zig -=> https://docs.microsoft.com/en-us/azure/quantum/overview-what-is-qsharp-and-qdk Q# -=> https://dlang.org/ D -=> https://vlang.io/ V - -## Frameworks - -=> https://flutter.dev/ Flutter -=> https://svelte.dev/ Svelte -=> https://amberframework.org/ Amber -=> https://rubyonrails.org/ Rails -=> https://haxe.org/ Haxe
\ No newline at end of file |