Bug 62436 - [NEW PORT] lang/pike75: A dynamic programming language with a syntax similar to C++
Summary: [NEW PORT] lang/pike75: A dynamic programming language with a syntax similar ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Vanilla I. Shu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-06 14:10 UTC by Xavier Beaudouin
Modified: 2004-02-20 20:18 UTC (History)
0 users

See Also:


Attachments
pike75-7.5.17_4.shar (36.38 KB, text/plain)
2004-02-06 14:10 UTC, Xavier Beaudouin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Xavier Beaudouin 2004-02-06 14:10:07 UTC
Pike is an interpreted, object-oriented programming language.
It looks a bit like C and C++, but it is much easier to learn and use. It
can be used for small scripts as well as for large programs.

Pike is :
- High-level and powerful, which means that even very complex
  things are easy to do.
- Object-oriented, which means that you can use modern programming
  techniques to divide a large program into small pieces, which are much
  easier to write than it would be to write the entire program at once. 
- Interpreted, which means that you don't have to wait for a program to
  compile and link when you want to run it.
- One of the fastest "scripting" languages available.
- Garbage-collected, which makes programming much simpler, and removes
  the risk for memory leaks and other memory-related bugs.
- Easy to extend, which means that you can create plug-ins, written in
  Pike as well as in C or C++, and integrate them with the rest of Pike.

WWW: http://pike.ida.liu.se/

(Note this is DEVEL version of Pike, so handle with care)

Generated with FreeBSD Port Tools 0.50
Comment 1 Vanilla I. Shu freebsd_committer freebsd_triage 2004-02-10 04:37:36 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vanilla

I will handle this one.
Comment 2 Vanilla I. Shu freebsd_committer freebsd_triage 2004-02-20 20:18:00 UTC
State Changed
From-To: open->closed

Committed, thanks.