IB015 Non-Imperative Programming

Faculty of Informatics
Autumn 2022
Extent and Intensity
2/1/1. 4 credit(s) (plus extra credits for completion). Type of Completion: zk (examination).
Taught in person.
Teacher(s)
prof. RNDr. Jiří Barnat, Ph.D. (lecturer)
Bc. František Bráblík (seminar tutor)
Vít Falta (seminar tutor)
Mgr. Tomáš Foltýnek, Ph.D. (seminar tutor)
Filip Gregora (seminar tutor)
Mgr. Martin Hofbauer (seminar tutor)
Marek Hradil (seminar tutor)
Mgr. Vladimír Chlup (seminar tutor)
Mgr. Jan Jedelský (seminar tutor)
Mgr. Daniela Krúželová (seminar tutor)
Bc. Filip Kučerák (seminar tutor)
Mgr. Anna Řechtáčková (seminar tutor)
Jakub Suchánek (seminar tutor)
Mgr. Tomáš Szaniszlo (seminar tutor)
Bc. Jakub Szymsza (seminar tutor)
Bc. Jakub Šárník (seminar tutor)
Bc. Adam Štafa (seminar tutor)
Bc. Dávid Šutor (seminar tutor)
Mgr. Jakub Balabán (assistant)
RNDr. Martin Jonáš, Ph.D. (assistant)
Mgr. Adam Matoušek (assistant)
Mgr. Henrieta Micheľová (assistant)
RNDr. Vladimír Štill, Ph.D. (alternate examiner)
Guaranteed by
prof. RNDr. Jiří Barnat, Ph.D.
Department of Computer Science – Faculty of Informatics
Contact Person: prof. RNDr. Jiří Barnat, Ph.D.
Supplier department: Department of Computer Science – Faculty of Informatics
Timetable
Tue 12:00–13:50 D1, Tue 12:00–13:50 D3
  • Timetable of Seminar Groups:
IB015/ne: No timetable has been entered into IS. J. Barnat
IB015/01: Mon 12. 9. to Mon 5. 12. each odd Monday 14:00–15:50 B130, T. Foltýnek, A. Řechtáčková
IB015/02: Mon 19. 9. to Mon 28. 11. each even Monday 14:00–15:50 B130, T. Foltýnek, A. Řechtáčková
IB015/03: Tue 13. 9. to Tue 6. 12. each odd Tuesday 14:00–15:50 B130, T. Foltýnek, D. Krúželová
IB015/04: Tue 20. 9. to Tue 29. 11. each even Tuesday 14:00–15:50 B130, T. Foltýnek, D. Krúželová
IB015/05: Mon 12. 9. to Mon 5. 12. each odd Monday 10:00–11:50 B130, J. Suchánek, D. Šutor
IB015/06: Mon 19. 9. to Mon 28. 11. each even Monday 10:00–11:50 B130, J. Suchánek, D. Šutor
IB015/07: Wed 14. 9. to Wed 7. 12. each odd Wednesday 12:00–13:50 B130, M. Hofbauer, J. Jedelský
IB015/08: Wed 21. 9. to Wed 30. 11. each even Wednesday 12:00–13:50 B130, M. Hofbauer, J. Jedelský
IB015/09: Fri 16. 9. to Fri 9. 12. each odd Friday 10:00–11:50 B130, F. Bráblík, M. Hradil
IB015/10: Fri 23. 9. to Fri 2. 12. each even Friday 10:00–11:50 B130, F. Bráblík, M. Hradil
IB015/11: Thu 15. 9. to Thu 8. 12. each odd Thursday 10:00–11:50 B130, F. Gregora, J. Szymsza
IB015/12: Thu 22. 9. to Thu 1. 12. each even Thursday 10:00–11:50 B130, F. Gregora, J. Szymsza
IB015/13: Fri 16. 9. to Fri 9. 12. each odd Friday 12:00–13:50 B130, V. Falta, J. Šárník
IB015/14: Fri 23. 9. to Fri 2. 12. each even Friday 12:00–13:50 B130, V. Falta, J. Šárník
IB015/15: Wed 14. 9. to Wed 7. 12. each odd Wednesday 8:00–9:50 B130, T. Szaniszlo, A. Štafa
IB015/16: Wed 21. 9. to Wed 30. 11. each even Wednesday 8:00–9:50 B130, T. Szaniszlo, A. Štafa
IB015/17: Fri 16. 9. to Fri 9. 12. each odd Friday 8:00–9:50 B130, V. Chlup, F. Kučerák
IB015/18: Fri 23. 9. to Fri 2. 12. each even Friday 8:00–9:50 B130, V. Chlup, F. Kučerák
Prerequisites
There are no special prerequisities apart from the basic math skills (on the secondary-school level), and certain aptitude for abstract reasoning.
Course Enrolment Limitations
The course is also offered to the students of the fields other than those the course is directly associated with.
fields of study / plans the course is directly associated with
there are 54 fields of study the course is directly associated with, display
Course objectives
On successful completion of the course, students will understand functional and logic programming paradigms. Programming languages enforcing declarative way of description of an algorithm bring on programming habits that the students will be able to use in practice later on when implementing large applications using even imperative languages.
Learning outcomes
After graduation students will: - understand fundaments of functional programming, - be able to decompose computational problems to individual functions and apply this ability for design and implementation of programs even in imperative programming languages, - have basic knowledge of Haskell programming language - be able to design and implement recursive functions, - be able to work with recursively defined data structures.
Syllabus
  • Functional computational paradigm and Haskell
  •   Functions in programming;
  •   Lists, Types and Recursion
  •   Functions of higher rank, Lambda functions
  •   Accumulators, Type definitions, Input/Output
  •   Reduction strategy, Infinite lists
  •   Relation of recursion and induction, Recursive data types
  •   Time complexity of computation, Type classes, Modules
  •   Functional solutions od some problems
  • Logical computational paradigm and Prolog
  •   Non-imperative programming in Prologu
  •   Lists, Arithmetics, Tail rekursion in Prologu
  •   Cuts, Input-Output, All solutions
  •   An Introduction to Constraint Solving Programming
Literature
  • THOMPSON, Simon. Haskell :the craft of functional programming. Harlow: Addison-Wesley, 1996, xx, 500 s. ISBN 0-201-40357-9. info
  • LIPOVAČA, Miran. Learn You a Haskell for Great Good!: A Beginner's Guide. First Edition. San Francisco, CA, USA: No Starch Press, 2011, 400 pp. ISBN 978-1-59327-283-8. URL info
  • BLACKBURN, Patrick and Johan BOS. Learn Prolog Now! London: College Publications, 2016. Texts in Computing, volume 7. ISBN 1-904987-17-6. URL info
Bookmarks
https://is.muni.cz/ln/tag/FI:IB015!
Teaching methods
The course is organized as a series of lectures and homeworks, plus a set of voluntary exercises, where the students get practice with solving various problems.
Assessment methods
The evaluation consists of a final written test that have two parts, obligatory and voluntary. To complete successfully with "E", the student have to pass the obligatory part of the final test and collect some minimal amount of points from the homeworks. The final grade can be further improved by additional points from the homeworks and selected exercises during practicals.
Language of instruction
Czech
Follow-Up Courses
Further Comments
Study Materials
The course is taught annually.
Listed among pre-requisites of other courses
The course is also listed under the following terms Autumn 2002, Autumn 2003, Autumn 2004, Autumn 2005, Autumn 2006, Autumn 2007, Spring 2008, Autumn 2008, Spring 2009, Autumn 2009, Spring 2010, Autumn 2010, Spring 2011, Autumn 2011, Spring 2012, Autumn 2012, Autumn 2013, Autumn 2014, Autumn 2015, Autumn 2016, Autumn 2017, Autumn 2018, Autumn 2019, Autumn 2020, Autumn 2021, Autumn 2023.
  • Enrolment Statistics (Autumn 2022, recent)
  • Permalink: https://is.muni.cz/course/fi/autumn2022/IB015