To make a URI into a Clojure keyword namespace, we may simply replace
the 11 URI characters that are forbidden or problematic in keywords
with Unicode-alphabetic characters outside Latin-1.
The substitutes should be present in common desktop fonts, and should
not be mistaken for Latin-1 characters
2016-09-17 15:10 GMT+02:00 Matching Socks :
> To make a URI into a Clojure keyword namespace, we may simply replace
> the 11 URI characters that are forbidden or problematic in keywords
> with Unicode-alphabetic characters outside Latin-1.
>
Yep, I've been thinking along those lines as well. We'd
No escape needed; or, rather, no need to invent an escape. A mapping from
IRI to URI is already specified in RFC 3987, "Internationalized Resource
Identifiers (IRIs)". Just translate IRI to URI, and thence to keyword.
--
You received this message because you are subscribed to the Google
Gro
Hi,
New version 5.2.5 of rete4frames CLIPS-like expert system shell is
published on https://github.com/rururu/rete4frames.
News:
Integrated Development Environment based on Protege-3.5 ontology editor
(http://protege.stanford.edu) is added.
Enjoy!
Sincerely,
Ru
--
You received this messa
Thanks for the reply Andrey!
I guess the installation part is then something specific to the ubuntu
flavor(I am using ubuntu-mate) I am using/ what ever it could be.
(I also did try to open the file from the menu, but same story as dragging
and dropping).
Also my vs-code installation is a bit su
Hi Ikuru, did you install VS code from your package manager and install the
code-oss package?
I ask because when I first installed VS code on Solus Linux I used the one
from the package manager which was the "code-oss package". Unfortunately I
found out later that extensions are not supported
nREPL server started on port 37885 on host 127.0.0.1 -
nrepl://127.0.0.1:37885
REPL-y 0.3.7, nREPL 0.2.12
Clojure 1.9.0-alpha11
OpenJDK 64-Bit Server VM 1.8.0_91-8u91-b14-0ubuntu4~14.04-b14
Docs: (doc function-name-here)
(find-doc "part-of-name-here")
Source: (source function-name
This appears to be a more general issue that can be reproduced by sending
" " as a single command to the REPL. I was able
to get similar behavior by sending in other types of malformed expressions.
When I hit enter the second time, the valid form came through.
user=> :) 1
RuntimeException In
Hi Michael,
First of all, I would like to thank you for your feedback, it helps a lot.
See my comments inlined.
On Saturday, September 17, 2016 at 4:32:39 AM UTC+6, Michael Ball wrote:
>
>
> - Explicit docs/instructions on how to start and connect to the repl would
> be good. I was able to get
Hi Ikuru,
please, see my comments below.
On Sunday, September 18, 2016 at 6:52:47 AM UTC+6, Ikuru Kanuma wrote:
>
>
> I guess the installation part is then something specific to the ubuntu
> flavor(I am using ubuntu-mate) I am using/ what ever it could be.
> (I also did try to open the file from
Hi,
It's very easy to see how core.async solves callback hell for front-end
development with clojurescript.
In what use cases would you use it for server-side? we already have
non-blocking IO from Java, and we have clojure agents. So what's a bunch of
salient use cases?
Are there prominent cloj
11 matches
Mail list logo