Featured post

c# - Usage of Server Side Controls in MVC Frame work -

i using asp.net 4.0 , mvc 2.0 web application. project requiremrnt have use server side control in application not possibl in noraml case. ideally want use adrotator control , datalist control. i saw few samples , references in codepleax mvc controllib howwver found less useful. can tell how utilize theese controls in asp.net application along mvc. note: please provide functionalities related adrotator , datalist controls not equivalent functionalities thanks in advace. mvc pages not use normal .net solution makes use of normal .net components impossible. a normal .net page use event driven solution call different methods service side mvc use actions , view completly different way handle things. also, mvc not use viewstate normal .net controlls require. found article discussing mixing of normal .net , mvc.

Looking for a new language that supports both interpreted and native compilation modes -


i program in perl, python, c#, c, c++, java, , few other languages, , i'm looking new language use primary when doing personal projects.

my current criteria are:

  • can run interpreted language (i.e., run without having wait compile it);
  • can compiled native code;
  • are typed (even if optionally);
  • support macros/templating/code morphing/wtf want call it;
  • has decent number of libraries it, or accessible it;

ideas? suggestions?

i suggest haskell suits criteria.

  • can run interpreted language? yes, via ghci.
  • can compiled native code? yes.
  • is typed? so. perhaps typed language today, exception of theorem provers agda.
  • support macros/templating/morphing? if use template haskell. optional extension of language however, libraries don't use macros. haven't used template haskell myself can't comment on if it's good.
  • has decent library support? standard library not bad. there hackage, open repository of haskell libraries bit in style of cpan.

additionally, sounds know lot of imperative/object oriented languages. imho if learn 1 of langs. different permutation of features you've seen somewhere else. adding programming paradigm functional programming toolbox better learning experience. though guess whether that's advantage or not depends on if want learn new things or productive quickly.


Comments

Popular posts from this blog

c# - Usage of Server Side Controls in MVC Frame work -

cocoa - Nesting arrays into NSDictionary object (Objective-C) -

ios - Very simple iPhone App crashes on UILabel settext -