Analogs in Other Languages
In the Ada programming language, there exists a pragma for inline functions. Most other languages, including Java and functional languages, do not provide language constructs for inline functions, but often do perform aggressive inline expansion.
Functions in Common Lisp may be defined as inline as such:
(declaim (inline dispatch)) (defun dispatch (x) (funcall (get (car x) 'dispatch) x))Read more about this topic: Inline Function
Famous quotes containing the word languages:
“Wealth is so much the greatest good that Fortune has to bestow that in the Latin and English languages it has usurped her name.”
—William Lamb Melbourne, 2nd Viscount (17791848)
Related Subjects
Related Phrases
Related Words