DYNAMIC LANGUAGE
#1

DYNAMIC LANGUAGE
[attachment=16191]

Introduction

is a term used broadly in computer science

execute at runtime

modifying the type system, all during program execution


Static vs. Dynamic Languages

Static Languages

Type safety

Compile-time checking

Runtime performance

Syntactic Sugar

Dynamic Languages

Late bound

Loosely typed

Highly expressive


Features

High Level Features

Built in Data Types

The two universal data types are lists and strings

Most dynamically typed languages also provide support for dictionaries and

sets.


Hosting API


Script Runtime

Starting point for hosting

Represents global script state

Bound scopes

Constructed with Script Runtime Setup,

Script Engine

Represents a DLR language implementation

One engine, per-language, per-runtime which uses configuration settings


Advantages

Provide extensibility (the obvious answer)‏

Replace complicated XML configuration with meaningful code

Remove clutter from core application logic

Maintain transient logic outside of core application code

Disadvantages

Performance

Debugging

Code completion

Types as documents

Conclusion

Functional programming concepts are used.

The assertion that a language is dynamic is more an assertion about the ease of use of dynamic features than it is a clear statement of the capabilities of the language.




Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: dynamic language seminar ppt, dynamic language seminar, dynamic language,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Messages In This Thread
DYNAMIC LANGUAGE - by seminar addict - 17-01-2012, 04:35 PM
RE: DYNAMIC LANGUAGE - by seminar paper - 27-02-2012, 03:22 PM
RE: DYNAMIC LANGUAGE - by seminar details - 03-01-2013, 12:30 PM

Possibly Related Threads...
Thread Author Replies Views Last Post
  PROTOTYPING AND DYNAMIC ANALYSIS OF ROTOR SHAFT AND HUB seminar details 0 416 08-06-2012, 05:13 PM
Last Post: seminar details
  C++ Language Tutorial seminar paper 0 2,036 16-03-2012, 12:11 PM
Last Post: seminar paper
  Brief Introduction to the C Programming Language seminar paper 0 987 15-03-2012, 02:14 PM
Last Post: seminar paper
  Approximate dynamic programming with a fuzzy parameterization seminar paper 0 687 13-03-2012, 05:05 PM
Last Post: seminar paper
  DYNAMIC TRAFFIC CONTROL & MANAGEMENT seminar paper 0 689 10-03-2012, 04:20 PM
Last Post: seminar paper
  Binding & Dynamic Linking seminar paper 0 778 08-03-2012, 02:25 PM
Last Post: seminar paper
  Fuel Cell Plant Concept with Dynamic Characteristics of a Rotating Generator seminar paper 0 715 01-03-2012, 03:56 PM
Last Post: seminar paper
  The Dynamic Character of the flow over a 3.5 Caliber Tangent seminar paper 0 803 29-02-2012, 04:46 PM
Last Post: seminar paper
  BODY LANGUAGE seminar paper 0 750 21-02-2012, 11:18 AM
Last Post: seminar paper
  DYNAMIC ANALYSIS OF CAM MECHANISM seminar paper 0 642 10-02-2012, 03:05 PM
Last Post: seminar paper

Forum Jump: