Presentation types are integral part of CLIM. They are used to implement typed I/O. The concept originates from the paper Presentation Based User Interfaces (1981) and is further adapted to Common Lisp realities in the paper ~A Presentation Manager Based on
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# activemq Starts ActiveMQ. | |
# | |
# | |
# chkconfig: 345 88 12 | |
# description: ActiveMQ is a JMS Messaging Queue Server. | |
### BEGIN INIT INFO | |
# Provides: activemq | |
### END INIT INFO |