Hop 1.10.0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Hop 1.10.0 (Default branch)
# 1  
Old 01-15-2009
Hop 1.10.0 (Default branch)

Hop is a new programming language designed for the Web 2.0. It is a higher-order language for programming interactive Web applications such as Web agendas, Web galleries, music players, etc. It can be viewed as a replacement for traditional graphical toolkits and is implemented as a Web server. It features an extensive set of widgets for programming fancy GUIs and an libraries for handling database access, network connections, parsing Wiki documents, and for supporting protocols and formats such as IMAP, iCal, EXIF, ID3, and XML. License: GNU General Public License (GPL) Changes:
This is a major release. Many new linguistics extensions, APIs, new Widgets, and new weblets were added. The client-side compiler is now faster. The Web broker is also faster. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Red Hat

traceroute missing hop

Hi, I am having some performance issues with my JBOSS application server and have noticed something strange in my traceroute. Can anyone explain the following output please? # traceroute 196.10.101.51 8080 traceroute to 196.10.101.51 (196.10.101.51), 30 hops max, 8080 byte packets ... (5 Replies)
Discussion started by: Duffs22
5 Replies

2. IP Networking

Traceroute doesn't show gateway as hop

I have a Linux server connected to the Internet like so: Server (66.77.88.130) -> /29 VLAN Gateway (66.77.88.129) -> Core Router (64.0.0.1) -> Internet If I run a traceroute from my server to an arbitrary site on the internet I get a result like this: # traceroute some-other-server... (2 Replies)
Discussion started by: ramnet
2 Replies
Login or Register to Ask a Question
TANGLE(1)						      General Commands Manual							 TANGLE(1)

NAME
tangle - translate WEB to Pascal SYNOPSIS
tangle webfile[.web] [ changefile[.ch] ] DESCRIPTION
This manual page is not meant to be exhaustive. The complete documentation for this version of TeX can be found in the info file or manual Web2C: A TeX implementation. The tangle program converts a Web source document into a Pascal program that may be compiled in the usual way with the on-line Pascal com- piler (e.g., pc(1)). The output file is all in lower case and packed into lines of 72 characters or less, with the only concession to readability being the termination of lines at semicolons when this can be done conveniently. The Web language allows you to prepare a single document containing all the information that is needed both to produce a compilable Pascal program and to produce a well-formatted document describing the program in as much detail as the writer may desire. The user of Web must be familiar with both TeX and Pascal. Web also provides a relatively simple, although adequate, macro facility that permits a Pascal pro- gram to be written in small easily-understood modules. The command line should have either one or two names on it. The first is taken as the Web file (and .web is added if there is no exten- sion). If there is another name, it is a change file (and .ch is added if there is no extension). The change file overrides parts of the Web file, as described in the Web system documentation. The output files are a Pascal file and a string pool file, whose names are formed by adding .p and .pool respectively to the root of the Web file name. SEE ALSO
pc(1), pxp(1) (for formatting tangle output when debugging), tex(1). Donald E. Knuth, The Web System of Structured Documentation. Donald E. Knuth, Literate Programming, Computer Journal 27, 97-111, 1984. Wayne Sewell, Weaving a Program, Van Nostrand Reinhold, 1989, ISBN 0-442-31946-0. Donald E. Knuth, TeX: The Program (Volume B of Computers and Typesetting), Addison-Wesley, 1986, ISBN 0-201-13437-3. Donald E. Knuth, Metafont: The Program (Volume D of Computers and Typesetting), Addison-Wesley, 1986, ISBN 0-201-13438-1. These last two are by far the largest extant examples of Web programs. There is an active Internet electronic mail discussion list on the subject of literate programming; send a subscription request to litprog- request@shsu.edu to join. AUTHORS
Web was designed by Donald E. Knuth, based on an earlier system called DOC (implemented by Ignacio Zabala). The tangle and weave programs are themselves written in Web. The system was originally ported to Unix at Stanford by Howard Trickey, and at Cornell by Pavel Curtis. Web2C 7.3.1 12 February 1993 TANGLE(1)