Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.forth > #26771
| From | anton@mips.complang.tuwien.ac.at (Anton Ertl) |
|---|---|
| Newsgroups | comp.lang.forth |
| Subject | Re: Challenge for bilingual: stl::forth |
| Date | 2013-10-31 12:24 +0000 |
| Organization | Institut fuer Computersprachen, Technische Universitaet Wien |
| Message-ID | <2013Oct31.132403@mips.complang.tuwien.ac.at> (permalink) |
| References | <9fa4db8a-47e1-4fe6-bab6-0b702d5bdfa9@googlegroups.com> |
=?ISO-8859-1?Q?Charles_M=E9lice?= <charles.melice@gmail.com> writes:
>I propose the following challenges: Write, if not the worst performer, the =
>more conceptual and minimalist Forth definition based only on the C++ STL l=
>ibraries.
>
>Something like:
>
>
>=A0 typedef std::string forth_name;
> typedef forth_cell unsigned;
> typedef stack< forth_cell > forth_stack;
> typedef std::forward_list< word > forth_wordlist;
> typedef std::vector< word* > cfa_vector;
> ... etc.
>
>And if nobody takes up the challenge, does'nt it a fun approach?
Maybe to a C++ programmer. But to a Forth programmer?
- anton
--
M. Anton Ertl http://www.complang.tuwien.ac.at/anton/home.html
comp.lang.forth FAQs: http://www.complang.tuwien.ac.at/forth/faq/toc.html
New standard: http://www.forth200x.org/forth200x.html
EuroForth 2013: http://www.euroforth.org/ef13/
Back to comp.lang.forth | Previous | Next — Previous in thread | Find similar | Unroll thread
Challenge for bilingual: stl::forth Charles Mélice <charles.melice@gmail.com> - 2013-10-30 16:52 -0700 Re: Challenge for bilingual: stl::forth anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2013-10-31 12:24 +0000
csiph-web