-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Khuzdul as a JsonLD implementation #839
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The tool categorization could possibly do with an update, but it's good to show a diverse set of tools for working with the technology. Thanks!
<ul class="nav nav-list"> | ||
<li class="nav-header"><h3>Kotlin</h3></li> | ||
<li typeof="schema:SoftwareSourceCode"> | ||
<a property="schema:codeRepository" href="https://codeberg.org/Moria/Gimli/src/branch/development/khuzdul"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Path khuzdul doesn't exist in branch development"
Question: should the implementations be ordered alphabetically? Currently they seem very arbitrary. |
I imagine ordering is a combination of when added, random, and arbitrary. Don't worry about that much right now. We're rewriting the site and this will likely all be programmatically generated at some point and we can sort it then. |
@Laxystem this is still listed as a Draft PR. Are you ready for it to be merged? |
Not yet. I've recently stopped development of that project, then resumed it again. I'll unmark it as draft when the project is suitable for actual usage, I do not want it to get a bad name as it's still incomplete. |
I'm currently working on Khuzdul, a JsonLD library for Kotlin/Multiplatform.
It's still WIP - and in fact, isn't even committed yet - but I've created this PR now just to ask what's the process of adding a library to the website is.
Note, it isn't really an implementation per-se; It's a cross-platform API implemented on each platform by a different library (Titanium on Java, JsonLD Streaming on JS, Sophia on Wasm...)