vote up 6 vote down star
4

Since I am working with different Platforms and programming languages, I found there are many good libraries that are ported with different programming language than its original. For example JUnit and Log4j which has been ported into several different languages. Sometimes if I am already used to working with these libraries, I would find the ported version for it if I'm working with another programming language.

What are other libraries that you have found been ported to different languages and as good as the original?

Please make it one library per answer so others can vote.

Format:

Original-Library-Name, Original-Programming-Language

  • Ported-Library-Name, Ported-Programming-Language

If possible with the links to the website of the libraries.

flag

13 Answers

vote up 5 vote down check

JUnit, Java

link|flag
throw in dbUnit for full measure :) – DroidIn.net Aug 10 at 15:06
vote up 1 vote down

Spring Framework, Java

link|flag
vote up 1 vote down

iText, Java

link|flag
Kewl. I didn't know about that. Thanks. – jpartogi Aug 10 at 9:16
vote up 3 vote down

SUnit, Smalltalk

  • every other unit testing framework, pretty much every programming language
  • unittest, python
link|flag
vote up 2 vote down

Hibernate, Java

  • NHibernate, .NET
link|flag
vote up 1 vote down

AspectJ, Java

link|flag
vote up 0 vote down

FIT (Framework for Integrated Test)

  • FIT.NET, C#
  • PyFIT, Python
  • RubyFIT, Ruby
  • CeeFIT, C++

The ports are listed on the FIT wiki; there are also entries for Smalltalk, Perl, and Delphi, but I'm not sure about the state of the ports for those languages.

link|flag
vote up 3 vote down

Lucene, Java

  • CLucene - Lucene implementation in C++
  • Lucene.Net - Lucene implementation in .NET
  • Lucene4c - Lucene implementation in C
  • LuceneKit - Lucene implementation in Objective-C (Cocoa/GNUstep support)
  • Lupy - Lucene implementation in Python (RETIRED)
  • NLucene - another Lucene implementation in .NET (out of date)
  • Zend Search - Lucene implementation in the Zend Framework for PHP 5
  • Plucene - Lucene implementation in Perl
  • KinoSearch - a new Lucene implementation in Perl
  • PyLucene - GCJ-compiled version of Java Lucene integrated with Python
  • MUTIS - Lucene implementation in Delphi
  • Ferret - Lucene implementation in Ruby

http://wiki.apache.org/lucene-java/LuceneImplementations

link|flag
vote up 0 vote down

JTS, Java

link|flag
vote up 1 vote down

Log4J, Java

link|flag
vote up 4 vote down

Java,Java

  • C#, .NET

Ohh com'on, just kidding, ok, down vote me now!

link|flag
vote up 0 vote down

wxwidgets

c++ and others

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.