Pig Latin Translators

In a former project in a Computer Science class I had to make a program in C++ to translate English into Pig Latin. I decided it would be neat to make the same program (or programs with similar effects) in JavaScript, Perl, and Java.

That was several years ago, and I haven't gotten around to completing those projects. Go figure. However a friend of mine recently picked up my slack and coded a PHP Pig Latin translator! Check it out.

PHP Pig Latin Translator:
Copy and paste into a textarea any code to translate. This translator is more advanced than the original C++ Pig Latin translator below because it allows more puntuation and doesn't have to be operated only on the command line.

Screen Shot:
Screen shot from the PHP Pig Latin translator

Try out and download the open source PHP translator by Jim Safley here:

**************************************************

My original C++ Pig Latin Translator:
currently runs in DOS (i haven't tested it on Unix yet). It gets input from a flat text file and outputs to the command line and a text file.

Here are some features i'd like to add in the future:

  • input from the command line
  • translating back from Pig Latin to English
  • a smarter translation algrithm
  • source code documentation ( oops :) )

Screen Shot:
Screen shot from the C++ Pig Latin Translator

Downloads:

Check back soon for my Javascript English to Pig Latin Translator. (today is 12/13/99)

return to
» jellspace «