diff options
| author | Fuwn <[email protected]> | 2022-06-15 19:44:49 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-06-15 19:44:49 -0700 |
| commit | d5fa0d73300730292ee57a5c0d884766abf55003 (patch) | |
| tree | f71acad951ea8dee07a5bb615d5c5c5ef55877bd /content/json/interests.json | |
| parent | ci(workflows): docker upload action (diff) | |
| download | locus-d5fa0d73300730292ee57a5c0d884766abf55003.tar.xz locus-d5fa0d73300730292ee57a5c0d884766abf55003.zip | |
feat(interests): move to json map
Diffstat (limited to 'content/json/interests.json')
| -rw-r--r-- | content/json/interests.json | 30 |
1 files changed, 30 insertions, 0 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 |