Code quotations, a language feature that enables you to generate and work with F# code expressions programmatically. This feature lets you generate an abstract syntax tree that represents F# code.
2
votes
2answers
42 views
jQuery random blockquote
I've spent the past 2 hours looking for and testing various solutions to this problem but to little success so I'm resigned to asking for help.
I would like to build an array of quotes which each ...
-1
votes
0answers
22 views
Is there a way to force HttpWebRequest/WebRequest to wrap attribute values in quotations?
So I am writing a C# application that gets and parses a web page using HttpWebRequest. I would prefer the attribute values in the returned HTML to be wrapped in quotes. I could write a function to add ...
0
votes
2answers
66 views
PHP Associative Array Quotations
I am writing the result of a database query to an array row by row, then I am adding my own row to the last index of the array. I am using Google developer tools to view the result of the array which ...
0
votes
2answers
47 views
Issue with quotations while writing html in javascript
I am writing a html structure in javascript that I need to return when a link is clicked.I have it like this
return '<div class="contactForm">'+
'<input type="text" name="contactName" ...
2
votes
1answer
76 views
Trouble with FSharp active patterns
I'm parsing code quotations in FSharp and am building up pattern helpers. All was going well till I tried
let (|BinaryFn|_|) fn (input:Expr) =
function
| SpecificCall fn (_,_,l::r::[]) -> ...
2
votes
1answer
124 views
Comparing code quotations in F# for equality fails
I have the beginnings of a calculus toolbox in f#. It's as much about learning f# as having something useful at the end to use in some other projects I have in mind. The basic and incomplete code is
...
3
votes
1answer
128 views
What is the most up to date way to compile code quotations in F#
I'm building a symbolic derivative engine. For example
let f = <@ fun x:double -> x * x @>
let df = der f
and the resulting expression will be
<@ 2 * x @>
The actual equations ...
0
votes
0answers
82 views
Python Editor vs. Terminal. Terminal requires quotation marks on file names during input
def openFileReadRobust():
source = None
while not source: # still no successfully opened file
filename = input('What is the filename? ')
try:
source = open(filename)
except ...
0
votes
2answers
249 views
Windows command prompt: escape special characters within quotation marks
I´d like to untar a tar.gz file with 7-Zip using this command:
forfiles /M *tar.gz /C "cmd /c "C:\Program Files\7-Zip\7z" e @path"
but I can´t make it work because of the whitespace within Program ...
0
votes
4answers
52 views
Double quotations inside parameters
Trying to programatically add links inside of a table.
$("#p"+col).append("<a href='#' id='tablep"+col+"' class='ui-link-inherit' onClick='tableSelect('p"+col+"')'></a>");
Note how ...
0
votes
0answers
194 views
Unwanted back slashes before quotation marks while working with PDO and MySQL in PHP
I have a CMS that its administrator must use it to insert some website gadgets written in JavaScript to its database MySQL. I've used PDO for this, but it puts back slashes before all quotation marks ...
2
votes
4answers
115 views
Down angled quote (« and ») in HTML [duplicate]
Possible Duplicate:
Does unicode or HTML have a vertical double guillemet (chevron)?
Is there a downwards facing alternative to « and » (« and » respectively)?
I have ...
3
votes
1answer
311 views
Quotations and pattern matching in F#
In a new console application, just pasting the following code leads to the exception "The parameter is not a recognized method name".
Does the following code work on your installation?
Joker: Do you ...
0
votes
0answers
61 views
using vba in msword to assign a speaker to a quote within the document
I have been researching natural language processing for a few days looking for an answer, but this may be possible using VBA:
I want to take a short story saved as a .txt or .doc and run a few ...
0
votes
1answer
443 views
how to correctly display double quotations using PHPWord?
well I have been banging my head against the wall trying to fix this for a couple of months already. I have a legacy MySQL database which can be described as character hell. After a lot of work I was ...
-1
votes
2answers
232 views
Opening an HTML file inside a div/iframe within PHP
i've got this piece of code i am working on:
while (false !== ($entry = readdir($handle))) {
if ($entry != "." && $entry != "..") {
if ...
9
votes
2answers
146 views
When to favor untyped over typed quotations in F#?
F# has both typed and untyped code quotations and I wonder what are the use cases where one would choose one over the other?
Is the distinction just convenience and untyped and typed quotations are ...
2
votes
2answers
116 views
How do I use quasi-quotations to get an AST in Nemerle?
I try to get the AST of a simple code-snippet in Nemerle, using Nemerle's quasi-quotes.
This is the code I tried:
def ast() : void {
System.Console.WriteLine(<["Test"]>)
}
I ran it on ...
1
vote
2answers
75 views
unifying model for 'static' / 'historical' /streaming data in F#
An API I use exposes data with different characteristics :
'Static' reference data, that is you ask for them, get one value which supposedly does not change
'historical' values, where you can query ...
1
vote
3answers
262 views
Java - how do you search through an array of strings to remove all the quotation marks?
Let's say, for example, I have an array of 5 elements, each of them being a string. One of the strings, however, has quotation marks around it, which I would like to remove automatically. Is there a ...
3
votes
2answers
417 views
How can I create an Action<T> in F#?
I am using the Moq framework for unit testing and would like to be able to pass in Action for logging void methods.
let log = new Mock<ILog>()
let quot = <@ fun (mock:ILog) -> ...
-1
votes
3answers
115 views
Extract text from quotation marks in PHP
I have a PHP page which gets text from an outside source wrapped in quotation marks. How do I strip them off?
For example:
input: "This is a text"
output: This is a text
Please answer with full PHP ...
0
votes
2answers
112 views
php calling variable within complex quotations
I'm trying to call a variable with a command that I need to send to windows CLI with no luck, if you could please help me out
$imagename = 123;
$test = ('C:\Windows\System32\cmd.exe /c "rundll32.exe ...
1
vote
2answers
116 views
Casting an untyped code quotation?
In the MiniCsvTypeProvider, I see the following line of code:
let prop = ProvidedProperty(fieldName, fieldTy, GetterCode = fun [row] -> <@@ (%%row:float[]).[i] @@>)
with GetterCode ...
1
vote
1answer
349 views
Can F# Quotations be used to create a function applicable to arbitrary F# record types?
Given an F# record:
type R = { X : string ; Y : string }
and two objects:
let a = { X = null ; Y = "##" }
let b = { X = "##" ; Y = null }
and a predicate on strings:
let (!?) : string -> ...
0
votes
1answer
87 views
Escaping " with \ on an HTML tag is not working
My final code looks like this:
<a href="/galleries/hairtinsels/hairtinsel/hairtinsels.jpg" rel="shadowbox[gallery]" title="Hair Tinsels, 24 Colour Choices, 36\" Long">
Note the 36\" part - ...
2
votes
2answers
129 views
Nested quotations in HTML
I'm playing around with some bbcode for my forum, and I stumbled upon a problem concerning multiple nested quotations.
I'm trying to implement an image tooltip on mouseover.
<a ...
1
vote
1answer
134 views
NSXMLParser quotation in attribute text
I have a problem with parsing xml. I'm using NSXMLParser and when xml contains tag with attribute with data including quotation marks, it finishes with errorOccur and makes me very upset. Do you know ...
5
votes
1answer
333 views
Code quotations and Expression trees
I wonder if there is any difference in how the two features are implemented under the hood? I.e. Aren't just code quotations built on top of the old good expression trees?
Thanks.
0
votes
4answers
2k views
How to concatenate strings together in csh?
I would like to concatenate strings together to create a command string in a csh script,file1.csh. However, csh keeps complaining errors for commandString variable and I do not really know what I did ...
1
vote
4answers
3k views
how to print \" in C++
I need to print a string that says exactly:
std::string("-I\"/path/to/dir\" ");
Basically, I need to do this because I am using C++ code to generate C++ code.
I want to write the above string via ...
3
votes
5answers
328 views
Quotation real usages
I faced with the 'quotation' term and I'm trying to figure out some real-life examples of usage of it. Ability of having AST for each code expression sounds awesome, but how to use it in real life?
...
11
votes
1answer
325 views
Inconsistent behaviour between (+) and (-) when using 'inline' and quotation evaluation
Does anyone know why sub throws an exception when add does not? And is this a bug?
open Microsoft.FSharp.Linq.QuotationEvaluation
let inline add x = x + x
let inline sub x = x - x
let answer = ...
5
votes
2answers
425 views
Multiline inline-block becomes a block and ruins my nifty quote effect
I'm trying to create a block quote that has huge quotation marks on it's sides. The text content of the block quote is dynamic and so the marks should align according to it's size.
I've used an ...
1
vote
1answer
107 views
Is it possible to differentiate between typed and untyped nested quotations?
For example, given <@ let x = <@ 1 @> in x @> and <@ let x = <@@ 1 @@> in x @>, I can match both with Patterns.Let(_, (Patterns.Quote(_) as q), _) -> q but I can't ...
3
votes
3answers
233 views
Call a function from its name as a string in f#
I thought that I might be able to do this with quotations - but I can't see how.
Should I just use a table of the functions with their names - or is their a way of doing this?
Thanks.
For more ...
18
votes
2answers
886 views
Why is it better to have 100 functions operate on one data structure than 10 functions on 10 data structure
I have seen this quoted in a lot of places:
"It is better to have 100 functions operate on one data structure than 10 functions on 10 data >structures." —Alan Perlis
But I have never seen it ...
7
votes
3answers
319 views
F# special quotes? (##)
I just ran across
http://frankniemeyer.blogspot.com/2010/04/minimalistic-native-64-bit-array.html
Which contains the line
(# "sizeof !0" type('T) : nativeint #)
I believe the technical phrase is ...
1
vote
1answer
148 views
Distinguishing quoted generic value “call” and generic function call
Given the following:
let f<'a,'b> = typeof<'a>.Name, typeof<'b>.Name //val f<'a,'b> : string * string
let g<'a,'b>() = typeof<'a>.Name, typeof<'b>.Name //val ...
0
votes
6answers
209 views
PHP - create function issue
I'm trying to understand this code and I can't :(
$time = date('Y-m-d', strtotime('-30 days'));
$what = create_function('$a', 'return $a.'.'"'." AND date > '$time'".'"'.';');
Why does the $time ...
3
votes
1answer
189 views
composing many quotations into linq queries
I'm working on a project in which I'm trying to use F# and Linq for UDF's and stored procs in an SQL server.
Part of that has been to statically define all the valid queries, the sorting criteria, and ...
2
votes
1answer
293 views
How to Get the F# Name of a Module, Function, etc. From Quoted Expression Match
I continue to work on a printer for F# quoted expressions, it doesn't have to be perfect, but I'd like to see what is possible. The active patterns in Microsoft.FSharp.Quotations.Patterns and ...
1
vote
3answers
290 views
Error evaluating synthetic quotation expression from PowerPack
I am trying to figure out to modify quotations and then evaluate them. Here I am starting basic and just trying to create a quotation using the Quotations api. The quotation binds OK, but I get an ...
2
votes
4answers
801 views
How do I match a pattern with optional surrounding quotes?
How would one write a regex that matches a pattern that can contain quotes, but if it does, must have matching quotes at the beginning and end?
"?(pattern)"?
Will not work because it will allow ...
4
votes
3answers
304 views
4
votes
1answer
446 views
Generating parameterized F# quotations
Let's say we have a simple F# quotation:
type Pet = { Name : string }
let exprNonGeneric = <@@ System.Func(fun (x : Pet) -> x.Name) @@>
The resulting quotation is like:
val exprNonGeneri ...
7
votes
1answer
450 views
F#: Quotation with type definition?
I'm playing around with quotations and I can't see an expression pattern for type definitions. Is there really not one, or am I missing something?
<@@ type MyType (name:string) =
member x.Name ...
4
votes
2answers
229 views
embed a variable inside an f# quotation
i'm writing an F# dsl for SQL (http://github.com/kolosy/furious). A select statement would look like this:
type person = {
personId: string
firstname: string
lastname: string
...
3
votes
2answers
728 views
How to do fixed price quote for design sessions?
Normally when I do a system for a customer, I do design sessions on an hourly rate and then come out with a fixed price quotation for the full system development.
Now this customer has thrown me a ...
4
votes
1answer
344 views
Is this an F# quotations bug?
[<ReflectedDefinition>]
let rec x = (fun() -> x + "abc") ()
The sample code with the recursive value above produces the following F# compiler error:
error FS0432: ...