Jump to content

Abstract type: Difference between revisions

Omit from Factor
(Omit from Factor)
Line 271:
}
}</lang>
 
=={{header|Genyris}}==
In Genyris by default there are no constructors. In effect all classes are Abstract until they are used to tag (describe) an object. This in keeping with the language's roots in Description Logic. To prevent the class ever being associated with an instance it suffices to force the validator to fail.
Line 688 ⟶ 687:
{{omit from|AWK}}
{{omit from|Fortran}}
{{omit from|Factor|Factor is a dynamic language. You could of course do the solution of python/ruby (throw exceptions for unimplemented methods)}}
{{omit from|gnuplot}}
{{omit from|LaTeX}}
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.