|
|
| About site: Programming/Languages/Pascal/Compilers - Nemesis Pascal |
Return to Computers also Computers |
| About site: http://npascal.sourceforge.net |
Title: Programming/Languages/Pascal/Compilers - Nemesis Pascal An Pascal interpreter. It's Delphi/Kylix compatible. Nemesis Pascal uses internally a modified version of the JEDI Pascal Interpreter. It's cross-platform (currently Windows and Linux) and includes Vi |
|
|
|
|
PC_Certify,_Inc_ Makers of PC diagnostic software, system configuration, troubleshooting, burn-in testing, and POST boards for PC builders, maintenance, resellers, consultants, and IT education. Free evaluation. Als
| Gavroshe_Technologies Data warehouse, metadata management, data migration, data modeling, operational data stores, and data conversion consulting solutions.
| Webcore_Labs Provides shared web hosting with database, Cold Fusion, PHP and MySQL support.
| Beta_Computronics IVR system provider based in India.
| A_Critique_of_Java_for_Concurrent_Programming Presents some predictions of how concurrent programming might evolve during until 2015. (September, 2005)
| iHappi Providing web site design and marketing. Serving Northern California, United States.
|
|
| Alexa statistic for http://npascal.sourceforge.net |
Please visit: http://npascal.sourceforge.net
|
| Related sites for http://npascal.sourceforge.net |
| mod_io,_eIo Add ons for dynamic content via Io: mod_io is module for Apache 2, for faster execution/caching of Io-based content; eIo is CGI application/library similar to eRuby. Descriptions, documents, downloads | | Web_Programmers_Association Not-for-profit organization dedicated to advancing the use and function of Internet software applications. | | MotoRobots_Software_Libraries A collection of Open Source embedded software libraries for mobile robotics applications, targeting Motorola 68K/ColdFire and PowerPC micros. The code is written in C, C++, and assembler and licensed | | WStar Freeware program generates patterns with lines and circles. Source code available. | | HMAUS,_the_Hawaii_Macintosh_and_Apple_Users\'_Society Toronto, Canada | | Ransen\'s_ObjectARX_Course A multimedia based tutorial on programming ObjectARX on CD-ROM, with three of 20 chapters downloadable as a demo. | | Linux_Advocacy_mini-HOWTO The original Linux advocacy document. | | VBInfoZine A free weekly newsletter providing information for Visual Basic and .NET developers. It is the result of the author's 12+ years of Windows development experience. | | Torb An interface between Tcl and CORBA. | | DTemplate A template engine written in PHP and originally based on FastTemplate 1.1.0. But it is speedy. [Open source, GPL] | | EspSoftware esp (Employee Schedule Partner) and etc (Employee Time Card) applications. Product features, screen shots, FAQs and requirements. | | Tablet_PCs__Something_to_Write_Home_About? Overview of tablet PC technology. [USA Today] (November 21, 2001) | | RFC_3297 Content Negotiation for Messaging Services based on Email. G. Klyne, R. Iwazaki, D. Crocker. July 2002. | | Getting_Groovy_without_the_Bad_Clothes Introduces dynamically-typed scripting language for Java Virtual Machine, shows how to create a first script. scratchProjects.com. | | P_S__Galbraith__Emacs_packages font-latex, bib-cite, hilit-LaTeX, latex-units and other non TeX-related packages. | | InterWorx_Hosting_Control_Panel InterWorx is a hosting control panel system for web hosting firms and dedicated server managers. It is simple to install and simple to use. | | Nova Services offered include: design, maintenance, and business cards. | | Professional_Web_Concepts Providing web site development services, including e-commerce, web marketing, and site maintenance. | | RFC_1049 Content-Type Header Field for Internet Messages. M.A. Sirbu. March 1988. | | IBM_Software_Support__Lotus Source of support for all Lotus software products including a large on-line searchable knowledgebase of known issues and solutions. |
|
This is websites2007.org cache of m/ as retrieved on 2008.11.18 websites2007.org's cache is the snapshot that we took of the page as we crawled the web. The page may have changed since that time.
|
Nemesis Pascal Project
General
What is?
What Does NP code Look Like?
Delphi Compatible
Download
Screenshots
Contact
Projects
Virtual Machine
Pascal Server Pages
Pascal Develop
Tools
What is Nemesis Pascal?
Nemesis Pascal is an Pascal interpreter that is:
Free
Open Source (GPL)
Cross-platform (currently Windows and Linux)
Nemesis Pascal is written in Delphi and Kylix. Borland CLX
libraries supplies the cross-platform features.
The Nemesis Pascal applications runs on Windows using native
controls, and Linux using the CLX
Library (a binding to Qt Trolltech).
What Does Nemesis Pascal Code Look Like?
Nemesis Pascal looks a lot like Delphi.
The following complete program should give some flavor for the language:
unit
test1;
interface
implementation
procedure main;
begin
ShowMessage('Hello World!');
end;
end.
Delphi/Kylix Compatible
Nemesis Pascal is Delphi/Kylix compatible. Nemesis Pascal uses
internally a modified version of the JEDI Pascal Interpreter. You can
download an unmodified version (original version) from http://jvcl.sourceforge.net/.
With the TJvInterpreterPascal and TJvInterpreterFm (Nemesis Pascal uses
ist components internally) you can run :
Units. Units are simple pascal programs.
Forms. Delphi forms (*.dfm).
Reports. Forms createds with QuickReports.
Download
Download
the latest version at the sourceforge download page.
ScreenShots
Pascal Develop Screenshots here.
Contact
If you wish to contact with me, you can send an E-Mail to my address.
Virtual Machine
The virtual machine currently runs under Win32 and Linux. The virtual
machine under win32 may be in console mode or in graphic mode. The
unique difference is that the console VM supports console operations.
To run a program created in Pascal simply type the following command at
the console prompt :
$ nvm program.pas
To run a console program type the following command at the console
prompt :
$ npc[.exe] program.pas
Pascal Server Pages
PSP is an HTML-embedded scripting language. The syntax is Pascal with a
couple of unique PSP-specific features thrown in. The goal of the
language is to allow web developers to write dynamically generated
pages quickly.
PSP is an alternative to PHP, ASP or JSP.
Pascal Server Pages FAQ (Spanish -
Updated!)
Pascal Server Pages Mini How-To
(Spanish)
Pascal Server Pages Man Page (English)
Pascal Server Pages
Configuration File Man Page (English)
Pascal Server Pages Tested Servers
Pascal Develop, Integrated Development
Environment
Pascal Develop is the IDE for the Nemesis Pascal project. It creates
simple Pascal Scripts, units, forms and web services. The IDE is
licensed under the GNU General Public License Version 2.
Feature List :
Syntax highlighting editor
Autocompletion for Pascal, HTML and PSP (Pascal
Server Pages)
Integrated debugging for Pascal forms, units and PSP
documents
Multiple projects, project groups
Quickly create forms, units, console units and web
services
Print support
Pascal Develop IDE Tutorial
(Spanish)
Pascal Develop
Runtime Documentation (Spanish)
Pascal Develop is Free Software
(also referred as Open Source),
and is written in Delphi (yes I know the irony).
Tools - NPUnit (Nemesis Pascal Unit)
A tool such as DUnit,
JUnit or NUnit.
NPUnit mini-how-to (Spanish
Version)
Last updated 2005/04/25
|
|
| |
An | Pascal | interpreter. | It's | Delphi/Kylix | compatible. | Nemesis | Pascal | uses | internally | a | modified | version | of | the | JEDI | Pascal | Interpreter. | It's | cross-platform | (currently | Windows | and | Linux) | and | includes | Vi |
|
http://npascal.sourceforge.net
Nemesis Pascal 2008 November
dvd rental
dvd
An Pascal interpreter. It's Delphi/Kylix compatible. Nemesis Pascal uses internally a modified version of the JEDI Pascal Interpreter. It's cross-platform (currently Windows and Linux) and includes Vi
Rules
|
© 2008 Internet Explorer 5+ or Netscape 6+
|
|
Recommended Sites: 1.
Arts -
Business -
Computers -
Games -
Health -
Home -
Kids and Teens -
News -
Recreation -
Reference -
Regional -
Science -
Shopping -
Society -
Sports -
World
Miss Gallery
- Top Anime Hentai
- DVD rental by mail
- Ringtones - Credit Counseling - Create a Blog for Free - Dedikeret server - Loans
|