LogtalkDotOrg / logtalk3

Logtalk - declarative object-oriented logic programming language
https://logtalk.org
Apache License 2.0
404 stars 30 forks source link

Uri / url library #185

Open matteoredaelli opened 10 months ago

matteoredaelli commented 10 months ago

Hello

Most of the modern programming languages have a uri/url library for managing urls

Also swi prolog has one: 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

I think you should provide more useful libraries to logtalk in order to increase its popularity and give us other reasons to use logtalk instead of one of prolog implementations...

Thanks in advance Matteo

pmoura commented 10 months ago

Logtalk extends Prolog; it doesn't replace it. In general, you can use backend Prolog libraries from within Logtalk. That said, portable url and uri libraries would be worthy. Contributions welcome.