Click here to Skip to main content
15,901,205 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Is it possible to meet these requirements? Pin
Hernan Breinbauer20-Apr-18 2:23
Hernan Breinbauer20-Apr-18 2:23 
GeneralRe: Is it possible to meet these requirements? Pin
rnbergren20-Apr-18 5:00
rnbergren20-Apr-18 5:00 
GeneralRe: Is it possible to meet these requirements? Pin
MSBassSinger20-Apr-18 5:50
professionalMSBassSinger20-Apr-18 5:50 
GeneralRe: Is it possible to meet these requirements? Pin
Leng Vang20-Apr-18 6:24
Leng Vang20-Apr-18 6:24 
GeneralRe: Is it possible to meet these requirements? Pin
Gerry Schmitz20-Apr-18 6:27
mveGerry Schmitz20-Apr-18 6:27 
GeneralJavaScript is not evil: airbnb guide Pin
User 483504719-Apr-18 3:40
User 483504719-Apr-18 3:40 
GeneralRe: JavaScript is not evil: airbnb guide Pin
Marc Clifton19-Apr-18 4:00
mvaMarc Clifton19-Apr-18 4:00 
GeneralClearScript Pin
Marc Clifton19-Apr-18 1:58
mvaMarc Clifton19-Apr-18 1:58 
GitHub - Microsoft/ClearScript: A library for adding scripting to .NET applications. Supports JavaScript (via V8 and JScript) and VBScript.

Very snazzy. If you follow the build instructions exactly it builds and works! For example:
-> (function(a) {return a+1;})(4);
5

(The "->" is ClearScript's console prompt)

I've also been looking at GitHub - sebastienros/jint: Javascript Interpreter for .NET which built fine, has an interesting fluent style, but doesn't use Google's V8 engine, and Javascript.NET which I can't get to compile.

If you ask why, I need to provide scripting for something I'm working on (YACP - Yet Another Concept Piece) and while my initial prototype is in C#, it'll be migrated over to FlowSharpWeb and it'll be cool to be able to use the same scripted meta-code. Then again, eval is supposed to be evil, so I'm still not sure how to safely execute Javascript within Javascript! Laugh | :laugh:
Latest Article - Building a Prototype Web-Based Diagramming Tool with SVG and Javascript

Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny

Artificial intelligence is the only remedy for natural stupidity. - CDP1802

GeneralRe: ClearScript Pin
GKP199219-Apr-18 2:20
professionalGKP199219-Apr-18 2:20 
GeneralRe: ClearScript Pin
CodeWraith19-Apr-18 2:40
CodeWraith19-Apr-18 2:40 
QuestionRe: ClearScript Pin
CPallini19-Apr-18 3:10
mveCPallini19-Apr-18 3:10 
AnswerRe: ClearScript Pin
Marc Clifton19-Apr-18 3:58
mvaMarc Clifton19-Apr-18 3:58 
GeneralRe: ClearScript Pin
CPallini19-Apr-18 8:05
mveCPallini19-Apr-18 8:05 
GeneralRe: ClearScript Pin
Marc Clifton20-Apr-18 2:50
mvaMarc Clifton20-Apr-18 2:50 
GeneralRe: ClearScript Pin
Marc Clifton19-Apr-18 3:18
mvaMarc Clifton19-Apr-18 3:18 
GeneralRe: ClearScript Pin
CodeWraith19-Apr-18 4:08
CodeWraith19-Apr-18 4:08 
GeneralSometimes solutions are over engineered Pin
Nagy Vilmos19-Apr-18 1:23
professionalNagy Vilmos19-Apr-18 1:23 
GeneralRe: Sometimes solutions are over engineered Pin
Eddy Vluggen19-Apr-18 1:40
professionalEddy Vluggen19-Apr-18 1:40 
GeneralRe: Sometimes solutions are over engineered Pin
CPallini19-Apr-18 1:42
mveCPallini19-Apr-18 1:42 
GeneralRe: Sometimes solutions are over engineered Pin
Nagy Vilmos19-Apr-18 1:47
professionalNagy Vilmos19-Apr-18 1:47 
GeneralRe: Sometimes solutions are over engineered Pin
dan!sh 19-Apr-18 1:51
professional dan!sh 19-Apr-18 1:51 
GeneralRe: Sometimes solutions are over engineered Pin
glennPattonWork319-Apr-18 2:01
professionalglennPattonWork319-Apr-18 2:01 
GeneralRe: Sometimes solutions are over engineered Pin
Nagy Vilmos19-Apr-18 2:19
professionalNagy Vilmos19-Apr-18 2:19 
GeneralRe: Sometimes solutions are over engineered Pin
Jörgen Andersson19-Apr-18 3:27
professionalJörgen Andersson19-Apr-18 3:27 
GeneralRe: Sometimes solutions are over engineered Pin
Nagy Vilmos19-Apr-18 3:55
professionalNagy Vilmos19-Apr-18 3:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.


Straw Poll

Were you affected by the geomagnetic storms this past weekend?
Communication disruptions, electrified pipes, random unexplained blue-screens in Windows - the list of effects is terrifying.
  Results   502 votes