.QL
.QL is a historical programming language created in 2007.
12Years Old | 1,020Users | 0Jobs |
- .QL ranks in the top 50% of languages
- the .QL wikipedia page
- .QL first appeared in 2007
- See also: datalog, sql, java
- I have 22 facts about .QL. just email me if you need more.
Example code from Wikipedia:
1 from Class c, int numOfMethods 2 where numOfMethods = count(Method m| m.getDeclaringType()=c 3 and m.hasModifier("public")) 4 and numOfMethods > 10 5 select c.getPackage(), c, numOfMethodsEdit
Last updated February 11th, 2019