rafapereirabr / otp-travel-time-matrix

Tutorial with reproducible example to estimate a travel time matrix using OpenTripPlanner and Python
51 stars 24 forks source link

Lisp version? #2

Open fiddlerwoaroof opened 8 years ago

fiddlerwoaroof commented 8 years ago

Hi, I saw this and thought it would be interesting to try translating your example into Common Lisp. The code could use some cleanup, but it works.

rafapereirabr commented 8 years ago

Hi @fiddlerwoaroof . Thank you very much for the contribution. I don't know how to use Lisp, though, so I couldn't test whether your code works in my machine and how fast it is.

In any case, I would be glad to merge the pull request. However, I think it might be a good idea to have it as another branch because of the reasonable differences between the two scripts and the prerequisites of each approach (python/jython vs Lisp).

Would you mind creating this as Lisp_branch so I can merge pull request without affecting my master branch ?