[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: a thought on mixing Dylan & HTML
Scott Ribe <scott_ribe@killerbytes.com> writes:
> So in my experience this argues for:
>
> - special macros or functions to help with those display-type tasks that
> *should* be embedded in the HTML
>
> - full access to the programming language in the HTML, for support of
> complex formatting and quick-and-dirty work
>
> - the discipline during implementation to keep app & display logic
> separated.
You probably would be interested in the Curl language, which combines
HTML-like capability with that of high-level languages.
See http://www.curl.com/
- Christopher