'Added 10_comparison;'

This commit is contained in:
Arkadiusz Hypki 2024-05-27 13:47:27 +02:00
parent dd098ada3e
commit 3763ad94eb
2 changed files with 7 additions and 7 deletions

View File

@ -3,10 +3,3 @@
7. Write Lambda expression to find the largest prime number, lower or equal to a given number 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. 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

7
10_comparison/desc Normal file
View File

@ -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)