google / open-location-code

Open Location Code is a library to generate short codes, called "plus codes", that can be used as digital addresses where street addresses don't exist.
https://plus.codes
Apache License 2.0
4.11k stars 475 forks source link

Ada implementation #504

Closed malaise closed 5 months ago

malaise commented 2 years ago

Interested about an implementation of OLC in Ada?

I have translated the Cpp version and it is ready in my own environment (https://github.com/malaise/ada/tree/master/usr/olc). The differences from the Cpp verrsions are:

bilst commented 2 years ago

Neat! Easiest option would probably to add a link to your repo, e.g. like we have for Emacs Lisp: https://github.com/google/open-location-code/tree/main/emacs

Happy to review a PR.

malaise commented 2 years ago

OK then.

I now have:

Thank you

malaise commented 2 years ago

I wrote:

So I think that you can add the "ada" directory with the link to the URL in my first post.

Or do you want me to do it and submit a PR?

drinckes commented 5 months ago

Added it to the wiki: https://github.com/google/open-location-code/wiki/Other-Implementations