|
|
| About site: Programming/Languages/Pascal/Compilers - Prospero Extended Pascal |
Return to Computers also Computers |
| About site: http://www.prosperosoftware.com/e32iw.html |
Title: Programming/Languages/Pascal/Compilers - Prospero Extended Pascal Windows 9x/NT Pascal compiler implementing the Extended Pascal language. Includes IDE, debugger, make utilities, and documentation. |
|
|
|
|
Security_Clipper Mailing list aggregator offering a selection of security lists to monitor.
| Self_Paced_IT_Training Certification available for ECDL, MOUS, A+, Network+, i-Net+, MCSE, CCNA, MCP, MCSD,MCDBA, ORACLE and development courses in Linux, XML, Microsoft C#, and Unix.
| Peachtree_Users_Site Peachtree Accounting message boards, online support, add-ons: Peachtree Accounting for Windows, Complete, 2000. Free online discussion forum to answer your questions. Productivity add-in software, som
| Lucid_by_Design Offers site design and maintenance.
| Khmer_in_Unicode FAQs and resources on Khmer Unicode encoding. Also contains Khmer unicode mailing list archive.
| Miller,_Colin Offers web and graphic design, application development, e-commerce solutions, promotion, and hosting services. Located in the United Kingdom. Includes a portfolio.
|
|
| Alexa statistic for http://www.prosperosoftware.com/e32iw.html |
Please visit: http://www.prosperosoftware.com/e32iw.html
|
| Related sites for http://www.prosperosoftware.com/e32iw.html |
| theByteFactory A Microchip Consultant and LONWorks Node Developer offering design and programming services as well as affordable PICmicro Development Tools. Benefit from intellectual property and skills obtained dur | | The_Paperback_Page Paperback lets you take pure text files and quickly put them on your Newton device -- for free. | | The_Art_of_Metaprogramming,_Part_1__Introduction_to_Metaprogramming An under-used programming technique is writing programs that generate programs or program parts. Covers: why metaprogramming is needed, some components of it, building a code generator; language-sensi | | Advantage_Technologies RightFAX Document Delivery - Fax solutions, mobile delivery solutions, and edocument delivery. | | RFC_1438 Internet Engineering Task Force Statements Of Boredom (SOBs). A. Lyman Chapin, C. Huitema. April 1993. | | CenturionSoft_-_Privacy_Security_Encryption Software designed for businesses and consumers. Utilities include: privacy protection, encryption of emails and files, and productivity tools for MS Windows. | | Mustang_Computer_Technology_Ltd_ Distributor presents full range of Microtek scanners and offers driver download as well as technical support. [Hong Kong] | | RFC_0042 Message Data Types. E. Ancona. March 1970. | | ScanWith Download mirror providing a multitude of trial and full version anti-spyware software. | | A_Source_of_Inspiration Ideas on advertising, creativity, digital marketing and the web brought to you by Armando Alves, a Portuguese interactive developer. | | RFC_1363 A Proposed Flow Specification. C. Partridge. September 1992. | | Zeropaid_com File-sharing portal featuring news, content, downloads, interviews and reviews for P2P clients. | | Speech_Recognition_Solutions Source of microphones and accessories for speech recognition software. | | Advanced_Programming_Language_Design Book compares over 70 languages, and main classes: imperative, functional, object-oriented, dataflow, concurrent, declarative, aggregate. By Raphael Finkel, Addison-Wesley. | | Building_the_Next_Generation_Web_Services_with_Erlang__Scalability_and_High_Availability_at_Stake Mickaël Rémond. Principles, Logics, and Implementations of High-level Programming Languages, Florence. (ps) (September 2, 2001) | | MCB_Web Web design and hosting. Located in Burnaby, British Columbia, Canada. | | Neon_IT_Solutions,_Ltd_ Design, e-commerce, domain name registration, search engine optimization and submission, CD business cards, and hosting. Located in Bishop Auckland, United Kingdom. | | Lightstreamer_Push_RSS_Reader An HTML RSS Reader, based on Lightstreamer technology, that does not require to download applets or application. It streams new headlines to the browser without refreshing the page. | | RWS_Group Is an ISO 9002 translation and localization company with four decades of experience and offices worldwide. | | CleanMailOnline Online Spam and Virus Filtering, filter before mail reaches your computer. |
|
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.
|
Prospero Extended Pascal for Windows NT/95/98 Home page ImplementationSummaryProspero Extended Pascal32-bit Edition for Windows 95/98/NT and laterProduct descriptionExtended Pascalis a language designed to meet the needs of a wide variety ofusers from beginners to serious developers. It is based on andincludes the traditional "classic" Pascal language, greatlyincreasing its range without compromising its essential qualitiesof security and maintainability. There are enhancements whichmake the language simple to use, such as relaxed order ofdeclarations and constant expressions, and major new featuresincluding:Secure modular program constructionDynamic strings and string operationsDirect-access files and file bindingRun-time selection of typesArray and record constructorsStructured function resultsInitial values of variables and fieldsComplex arithmetic and functionsDate and time facilitiesExtended Pascal is defined in US & International standards,and the standards committees have also defined in a TechnicalReport a set of Object Oriented extensions which are not part ofthe formal standards. The emphasis throughout is on providingorderly and coherent answers to practical problems, in line withthe original aims of Pascal. The modular programming facilitiesare suitable both for project development and for libraries;types, constants, variables, procedures and functions can beexported from modules, and then be imported by other modules ormain programs. There are options for selective import, renamingto eliminate clashes, and protection of exported variables.Dynamic type selection allows array or string sizes, forinstance, to be defined at run time. An initial value may bespecified as part of a variable or field declaration, or may beassociated with a type and automatically given to variables orfields of that type.Prospero Extended Pascal provides the complete ExtendedPascal language, including the Object Oriented additions,together with object-style exception handling using "try"statements. Pascal programs have access to an extensive libraryof additional routines, and can make direct calls on APIfunctions. Standard conformance can optionally be checked.The softwareincludes:32-bit Extended Pascal compiler and linkerProgrammer's workbench (IDE)Symbolic debuggerLibrary managerPascal run-time libraries"Make" and conversion utilities400+ page machine-readable user documentation The programmer's workbench is tailored to the requirements ofprogram development, and provides a working environment whichmakes it quick and easy to compile, link and debug. The workbenchgives integrated access to the "make" program Promake and thesymbolic debugger Probe; it also provides for searching indexesof cross-module references and API definitions.With Probe, the source-level symbolic debugger, the programmercan work through an executing program at the source line level,displaying or altering variables, setting breakpoints or watchingfor conditions to arise, and displaying the recent execution andcall histories.The Promake utility can be invoked either from the workbench, orfrom a command line or batch command. It is directed by a controlfile, which can employ macros and implicit commands. The librarymanager ProLib can produce either a library for selective staticlinking, or a dynamic-link library with associated LIB file(which may also contain other modules).There is a general-purpose textfile preprocessor, and programs toconvert the C-language headers output by resource editors, and toassist in the translation of existing source code.References: Introduction to ExtendedPascal, Pascal Standards.Downloadable document: Extended Pascal and Objects. Home page ImplementationSummary |
|
| |
Windows | 9x/NT | Pascal | compiler | implementing | the | Extended | Pascal | language. | | Includes | IDE, | debugger, | make | utilities, | and | documentation. |
|
http://www.prosperosoftware.com/e32iw.html
Prospero Extended Pascal 2008 November
dvd rental
dvd
Windows 9x/NT Pascal compiler implementing the Extended Pascal language. Includes IDE, debugger, make utilities, and documentation.
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
- Dietary Supplements - Loans - Auto Loans - Credit Cards - Word Definitions
|