Viewing profile — ingy
ingy
HN member- Joined
- Mon, Feb 24, 2014, 9:00 PM UTC
- HN karma
- 20
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About ingy
No profile information was provided.
Recent public activity
-
comment
Comment #48079190
https://github.com/gloathub/glojure is the actively maintained fork.
-
comment
Comment #48079017
Try out this Wasm browser REPL https://gloathub.org/repl/ Gloat is a Glojure AOT automation tool. I worked with James Hamlin to get Glojure AOT going last summer and have been movi…
-
comment
Comment #30062858
> "YAML documents can't start with a tab while JSON documents can, making JSON not a strict subset of YAML" But YAML can start with tabs. Tabs are allowed as separating whitespace …
-
comment
Comment #30062570
This is completely valid YAML. YAML does not allow tabs in indentation, but the tabs in your example are not indentation according to the YAML spec productions. You can see it clea…
-
comment
Comment #30061495
I'm one of the authors of the YAML specification. https://yaml.org/spec/1.2.2/ To date we honestly have not identified a case where where valid JSON is not valid YAML 1.2. If anyon…
- story
-
comment
Comment #7385789
You may want to take a look at https://github.com/ingydotnet/git-subrepo#readme (and join #git-commands on freenode).
-
comment
Comment #7293570
Serendipitously, I've been working on a new Git command called `git-subrepo` for the last 3 months that deals with all these concerns and more. The command became fully usable abou…