Hacker News new | ask | show | jobs
by marktangotango 4155 days ago
For anyone who is interested, the implementation is as an interpreter and runtime implemented in Java[1].

[1] http://sourceforge.net/projects/jolie/

1 comments

Is there a git repo anywhere, out of curiousity? (Perhaps I'm being blind?) This looks interesting..
We are in the process of moving to github, but it is not a high priority right now and we have so many things to reconfigure in our servers that it is not going to happen until March at the earliest. Meanwhile you can use svn:

svn co svn://svn.code.sf.net/p/jolie/code/trunk jolie-src

You can also browse the code here:

https://sourceforge.net/p/jolie/code/HEAD/tree/

Like marktangotango wrote, the official repository is at [1]

May I ask why you prefer git? For cloning/forking the project?

[1] http://sourceforge.net/projects/jolie/

> May I ask why you prefer git? For cloning/forking the project?

Not that it's difficult to break out of the cycle, and download a tarfile and so on but.. Yeah, creature of habit... git's part of the workflow these days.

(for better or worse!)