The Slovenian Junior Football League (Slovenian: Slovenska mladinska nogometna liga), also known by the abbreviation 1. SML, is the top level of Slovenian youth football in its age category. The league is contested among the best 16 under-19 sides of Slovenian football clubs and is governed by the Football Association of Slovenia. Maribor is the most successful team in history of the league, with six championships.
Correct as of the end of the 2014–15 season.
Source: Football Association of Slovenia official website
SML may refer to:
Standard ML (SML) is a general-purpose, modular, functional programming language with compile-time type checking and type inference. It is popular among compiler writers and programming language researchers, as well as in the development of theorem provers.
SML is a modern descendant of the ML programming language used in the Logic for Computable Functions (LCF) theorem-proving project. It is distinctive among widely used languages in that it has a formal specification, given as typing rules and operational semantics in The Definition of Standard ML (1990, revised and simplified as The Definition of Standard ML (Revised) in 1997).
Standard ML is a functional programming language with some impure features. Programs written in Standard ML consist of expressions to be evaluated, as opposed to statements or commands, although some expressions return a trivial "unit" value and are only evaluated for their side-effects.
Like all functional programming languages, a key feature of Standard ML is the function, which is used for abstraction. For instance, the factorial function can be expressed as: