└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # :mortar_board: q201 2 | *Deepen your knowledge of q by studying the language systematically.* 3 | 4 | This repo is a placeholder for a learning resource under development as a community resource. 5 | 6 | From the Introduction: 7 | 8 | > You probably learned q informally from workshop examples and colleagues. For many of us this is enough. 9 | > 10 | > If you need more, q201 formalises, extends, and exercises your knowledge. 11 | 12 | The content aims to help you write the kind of terse code for which the “q gods” are famous. 13 | You’ll know the rules for composing functions together, and why 14 | 15 | (+) prior til 5 16 | {x+y} prior til 5 17 | 18 | return different results and one requires parentheses and the other does not. 19 | 20 | As the content is developed it is being tested by students in tutorials with the authors. 21 | These tutorials are currently free of charge. 22 | 23 | If you would like to 24 | 25 | - participate as a student 26 | - contribute to the content or participate as a tutor 27 | 28 | please write to sjt@5jt.com. 29 | 30 | --------------------------------------------------------------------------------