| ALGOL N | |
|---|---|
| Paradigms | Multi-paradigm:procedural,imperative,structured |
| Family | ALGOL |
| Designed by | Nobuo Yoneda,Eiiti Wada, S. Igarashi, T. lwamura, K. Sakuma, T. Shimauti, T. Shimuzu, S. Takasu |
| First appeared | 1969; 56 years ago (1969) |
| Typing discipline | Static,strong |
| Scope | Lexical |
| Influenced by | |
| ALGOL 60,ALGOL 68 | |
ALGOL N (N forNippon – Japan inJapanese) is the name of a successorprogramming language toALGOL 60,[1][2] designed inJapan with the goal of being as simple as ALGOL 60 but as powerful asALGOL 68. The language was proposed byNobuo Yoneda. ALGOL N tried to useextensibility to solve the problem that language designers faced when trying to make an inextensible language for all domains, or having to make manydomain-specific languages (DSLs), one for each domain. It avoidedtype conversion (coercion) while not making things more difficult for programmers.
Thisprogramming-language-related article is astub. You can help Wikipedia byexpanding it. |