02/05/2023 8:31 am
Topic starter
Notifications
Clear all
Difference between Static and Dynamic Programming ?
Students’s Forum
2
Posts
3
Users
0
Likes
533
Views
0
Please explain thank you.
Answer
Add a comment
Add a comment
2 Answers
0
03/05/2023 3:28 pm
A dynamic language (Lisp, Perl, Python, Ruby) is designed to optimize programmer efficiency, so you can implement functionality with less code. A static language (C, C++, etc) is designed to optimize hardware efficiency, so that the code you write executes as quickly as possible.
Add a comment
Add a comment
0
04/05/2023 5:01 am
In Programming languages: Static almost always means fixed or bound at compile time, and cannot thereafter be changed. Dynamic almost always means not fixed or bound until run time, and therefore can change during the course of execution.
Add a comment
Add a comment
Forum Information
- 14 Forums
- 1,837 Topics
- 5,053 Posts
- 0 Online
- 1,079 Members
Our newest member: Tyronenodub
Latest Post: loli
Forum Icons:
Forum contains no unread posts
Forum contains unread posts
Topic Icons:
Not Replied
Replied
Active
Hot
Sticky
Unapproved
Solved
Private
Closed