-
Notifications
You must be signed in to change notification settings - Fork 13
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
feature request: uri library #306
Comments
matteoredaelli
changed the title
feauture request: uri library
feature request: uri library
Aug 25, 2023
Good idea.
…On Fri, Aug 25, 2023 at 6:00 PM Matteo Redaelli ***@***.***> wrote:
Hello
Most of the modern programming languages have a uri/url library for
managing urls
Also swi prolog has it: an old one written in prolog and a new one written
in c
https://www.swi-prolog.org/pldoc/man?section=url
https://www.swi-prolog.org/pldoc/man?section=uri
Could you add it to Tralla prolog, please?
Thanks in advance
Matteo
—
Reply to this email directly, view it on GitHub
<#306>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFNKSEU36B5AS5HQOEGORX3XXBLTHANCNFSM6AAAAAA36EG3O4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Implementing parse_url/2 would be a start.
…On Fri, Aug 25, 2023 at 6:00 PM Matteo Redaelli ***@***.***> wrote:
Hello
Most of the modern programming languages have a uri/url library for
managing urls
Also swi prolog has it: an old one written in prolog and a new one written
in c
https://www.swi-prolog.org/pldoc/man?section=url
https://www.swi-prolog.org/pldoc/man?section=uri
Could you add it to Tralla prolog, please?
Thanks in advance
Matteo
—
Reply to this email directly, view it on GitHub
<#306>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFNKSEU36B5AS5HQOEGORX3XXBLTHANCNFSM6AAAAAA36EG3O4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
infradig
added a commit
that referenced
this issue
Aug 26, 2023
Added...
I'll see about the rest. |
infradig
added a commit
that referenced
this issue
Aug 26, 2023
Wouldn't strings be a lot more appropriate for such ephemeral data, like |
Probably, though they are not created as interned atoms, hence just as
easily reclaimed.
…On Sun, 27 Aug 2023, 23:18 Markus Triska, ***@***.***> wrote:
Wouldn't strings be a lot more appropriate for such ephemeral data, like "Hello
World!"? There is little chance that other parts of the program need this
string (in the sense that it is unlikely to occur anywhere else), and
strings can be reclaimed a lot more efficiently on backtracking.
—
Reply to this email directly, view it on GitHub
<#306 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFNKSEQZ53LLRY3ORIC4QTLXXNCKFANCNFSM6AAAAAA36EG3O4>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello
Most of the modern programming languages have a uri/url library for managing urls
Also swi prolog has it: an old one written in prolog and a new one written in c
https://www.swi-prolog.org/pldoc/man?section=url
https://www.swi-prolog.org/pldoc/man?section=uri
Could you add it to Tralla prolog, please?
Thanks in advance
Matteo
The text was updated successfully, but these errors were encountered: