Sciweavers

1671 search results - page 70 / 335
» Language Constructs for Multi-agent Programming
Sort
View
146
Voted
SASO
2008
IEEE
15 years 9 months ago
Cells Are Plausible Targets for High-Level Spatial Languages
—High level languages greatly increase the power of a programmer at the cost of programs that consume more s than those written at a lower level of abstraction. This inefficienc...
Jacob Beal, Jonathan Bachrach
114
Voted
OOPSLA
2009
Springer
15 years 9 months ago
Reimagining literate programming
In this paper we describe Ginger, a new language with first class support for literate programming. Literate programming refers to a philosophy that argues computer programs shou...
James Dean Palmer, Eddie Hillenbrand
285
Voted

Book
623views
16 years 10 months ago
Practical Programming in Tcl and Tk
"Tcl is a string-based command language. The language has only a few fundamental constructs and relatively little syntax, which makes it easy to learn. The Tcl syntax is mea...
Ken Jones, Jeff Hobbs
124
Voted
KI
2006
Springer
15 years 2 months ago
Agent Logics as Program Logics: Grounding KARO
Abstract. Several options are available to relate agent logics to computational agent systems. Among others, one can try to find useful executable fragments of an agent logic or us...
Koen V. Hindriks, John-Jules Ch. Meyer
ML
2006
ACM
103views Machine Learning» more  ML 2006»
15 years 8 months ago
Type-safe distributed programming for OCaml
Existing ML-like languages guarantee type-safety, ensuring memty and protecting the invariants of abstract types, but only within single executions of single programs. Distributed...
John Billings, Peter Sewell, Mark R. Shinwell, Rok...