diff --git a/09_JavaFP/ex2.txt b/09_JavaFP/ex2.txt index d9d8571..3f92c34 100644 --- a/09_JavaFP/ex2.txt +++ b/09_JavaFP/ex2.txt @@ -3,10 +3,3 @@ 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 \ No newline at end of file diff --git a/10_comparison/desc b/10_comparison/desc new file mode 100644 index 0000000..fe857cb --- /dev/null +++ b/10_comparison/desc @@ -0,0 +1,7 @@ +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 + * technique is free (Markdown, Excel, html) \ No newline at end of file