[racket-users] please delete my post

2020-08-07 Thread Chrakhan Barzanji
hi, 2015 i wrote a question in the community.. googling my name every one can see in the question my email address kindly i would like to ask you to delete my questions link: https://lists.racket-lang.org/users/archive/2015-March/066412.html best regards Chrakhan Barzanji Sent from my

Re: [racket-users] changing REPL Language in TryRacket

2015-03-28 Thread Chrakhan Barzanji
get (1 2 3) and not '(1 2 3) or (mcons 1( >> mcons 2... >> Just like DrRacket in r5rs language do! >> Any idea what to do? >> >> >> Sent from my iPhone >> >> On 28 Mar 2015, at 00:44, Alexander D. Knauth >> wrote: >> >> Does this c

[racket-users] changing REPL Language in TryRacket

2015-03-27 Thread Chrakhan Barzanji
hi, as you may know in TryRacket the language of the REPL is set on racket/base! I mean the Racket interpreter, but i want to change ist to r5rs! could you tell, how to do this! I can run main.rkt locally using localhost, just telll me wher i can tell main.rkt to change me the interpreter language!

[racket] how to start a Web Application from a Server

2015-03-20 Thread Chrakhan Barzanji
Hi, I have a dynamic web application, which i start with the below code. I installed Racket on a VM and want to run the Racket WebApplicarion from this virtual server which has an IP but when I run the Racket-Program i get following message: Your Web application is running at http://localhost:8080.

[racket] Racket System on Server

2014-12-16 Thread Chrakhan Barzanji
hi, wenn i have a website, wich need du run a racket-code to evaluate some expretion and returns the result. Ex. wich $ajax! how kann i installe the Racket-System (DrRacket) on the Server? What is the difrent if i use GitHub as Host (webserver using Github-Page) or any other Server!! hoppe some on

[racket] jQuery.console or Racket code?

2014-11-25 Thread Chrakhan Barzanji
hi, could some body tell me if TryRacket-Online uses only the jquery-console implementation to evaluate the inputs or calls somehow the RacketCode (main.rkt & co.) https://github.com/jarcane/try-racket and http://try-racket.org/ thanks ChB Racket Users list: http://lists.

[racket] Try-Racket.org

2014-10-28 Thread Chrakhan Barzanji
Hi, i'm trying to understand how Try-Recket Console "post"s a .ajax request to the server and where ist the server, url? could please some one explain? there is also json-parse and 3 .rkt files, but I just don't get is how they will be called and executed! As i mentioned before I just want to use

[racket] try Racket

2014-10-23 Thread Chrakhan Barzanji
hi, as I mensioned befor I want to create a simpel online cours for programming! TryRacket is just what i looked for but I want it to be much easyer and the explaination must be in an other language not in english! how can I embed the javaScript console of TryRacket in my page so that it will be

[racket] Scheme within HTML (Web-Server)

2014-10-22 Thread Chrakhan Barzanji
thanks for the link! in the code behind try-racket.org there is a line to evaluate the entry, i guess, and is a function parameter in tryrkt.js, as much i understud! -> evalUrl = "/;((%22k%22%20.%20%22(2127%201%2083257021)%22))"; could you tell me how to get this work within my page? i have the

[racket] Scheme within HTML (Web-Server)

2014-10-21 Thread Chrakhan Barzanji
Hi, after i tried to create a html page with Racket embedded and got the answer from you that I schould use WebServer library, now i can't get how it realy works and need help! I want to create a simple website as a online course for Scheme Language for beginners! my goal is to explane the general

[racket] mzScheme and Collection Path

2014-10-10 Thread Chrakhan Barzanji
hi, i want to write a html code in DrRacket with to beable to read a data 'dynamicly'! i have read that the html data should be saved in the collection Folder named "doc"! but some thing is going wrong! I don't have Doc folder in Collects and when i try to copy the doc folder, which is outside the