You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

53 lines
564 B

  1. ## **Programmiersprachen :**
  2. ## java
  3. - imperativ ;
  4. - Objektorientiert;
  5. - Funktional;
  6. - Streng typisiert;
  7. - Fast gleich wie C und C++.
  8. ## c
  9. - Imperativ ;
  10. - typisiert;
  11. - prozedural;
  12. - Schnell.
  13. ## Phyton
  14. - Imperativ;
  15. - Funktional;
  16. - Objektorientiert;
  17. - Typisiert.
  18. ## Go
  19. - Einfache verwendung;
  20. - Imperativ;
  21. - Typisiert;
  22. - Objektorientiert.
  23. ## JavaScript
  24. - Imperativ;
  25. - Objektorientiert;
  26. - Auf C orientiert;
  27. - interaktiv;
  28. - Funktional.
  29. ## TypeScript
  30. - Imperativ;
  31. - Funktional,
  32. - Objektortientiert;
  33. - Statisch typisiert;
  34. - Erweiterung von Script.