wmi-parprog/09_JavaFP/ex2.txt
2024-05-27 13:46:22 +02:00

12 lines
830 B
Plaintext

6. Write Lambda expression to convert a list of integers to their binary representation
7. Write Lambda expression to find the largest prime number, lower or equal to a given number
8. Write Lambda expression to sort some test class based on one of its attributes.
9. Create a table with comparison for most popular languages:
* you can use https://www.statista.com/statistics/793628/worldwide-developer-survey-most-used-languages/ -- you can go up to Lisp, and you might skip some languages
* summarize most important properties of the languages (e.g. paradighm(s) they follow)
* for which paradigms they are good, which they do not support
* write for which real world problems the language is good for, for which they are not used at all
* add comments about their advantages and disadvantages