- Update WWW

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2018-07-06 09:37:37 +00:00
parent 96dba2b234
commit a422ada43f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=474005

View file

@ -2,6 +2,6 @@ Pony is an object-oriented, actor-model, capabilities-secure programming
language. It's object-oriented because it has classes and objects, like language. It's object-oriented because it has classes and objects, like
Python, Java, C++, and many other languages. It's actor-model because it has Python, Java, C++, and many other languages. It's actor-model because it has
actors (similar to Erlang or Akka). These behave like objects, but they can actors (similar to Erlang or Akka). These behave like objects, but they can
also execute code asynchronously. also execute code asynchronously.
WWW: http://www.ponylang.org/ WWW: https://www.ponylang.org/